about summary refs log tree commit diff stats
path: root/tests/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers.h')
-rw-r--r--tests/helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/helpers.h b/tests/helpers.h
index 6bc20503..fde115b4 100644
--- a/tests/helpers.h
+++ b/tests/helpers.h
@@ -1,2 +1,7 @@
+#include "glib.h"
+
 void init_preferences(void **state);
 void close_preferences(void **state);
+
+void glist_set_cmp(GCompareFunc func);
+int glist_contents_equal(const void *actual, const void *expected);