1 #ifndef __TEST_DBOWNERINFO_H
2 #define __TEST_DBOWNERINFO_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
);