summaryrefslogtreecommitdiffstats
path: root/src/tests/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/common.h')
-rw-r--r--src/tests/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/common.h b/src/tests/common.h
index 576d705b..d0c9abbe 100644
--- a/src/tests/common.h
+++ b/src/tests/common.h
@@ -26,6 +26,8 @@
#define __TESTS_COMMON_H__
#include <talloc.h>
+#include "util/util.h"
+#include "providers/data_provider.h"
extern TALLOC_CTX *global_talloc_context;
@@ -44,4 +46,8 @@ void leak_check_teardown(void);
void tests_set_cwd(void);
+errno_t
+compare_dp_options(struct dp_option *map1, size_t size1,
+ struct dp_option *map2);
+
#endif /* !__TESTS_COMMON_H__ */