about summary refs log tree commit diff stats
path: root/tests/helpers.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-01 21:18:15 +0000
committerJames Booth <boothj5@gmail.com>2014-02-01 21:18:15 +0000
commit3d7d070b138a29e51dbaff72ebe1223d9f3d59cb (patch)
tree0648648120eaf6a94daec81c27c987ba55743207 /tests/helpers.h
parent1654f1365657bb1ed1c3151211fd13a3c8dc405b (diff)
downloadprofani-tty-3d7d070b138a29e51dbaff72ebe1223d9f3d59cb.tar.gz
Added test for /bookmark list
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);