tests: Adapt utf8locale to musl
[libisds.git] / test / simline / test_DbOwnerInfo.h
blobcdb590c5fca11e273456b67b2df7ee66021a28be
1 #ifndef __TEST_DBOWNERINFO_H
2 #define __TEST_DBOWNERINFO_H
4 #include <isds.h>
6 /* Compare list of isds_DbOwnerInfo structures.
7 * @return 0 if equaled, 1 otherwise and set failure reason. */
8 int compare_isds_DbOwnerInfo_lists(const struct isds_list *expected_list,
9 const struct isds_list *list);
10 #endif