about summary refs log tree commit diff stats
path: root/unittests/helpers.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-12 23:53:30 +0100
committerJames Booth <boothj5@gmail.com>2015-06-12 23:53:30 +0100
commit68ed20f10d2fae67b052674a42ed98c2059aa16f (patch)
treedf8d1e7989282cc2e15dda3cd378b3b2895e9892 /unittests/helpers.h
parentc182f3ecd6be5df9b9bc7757930e47b555ddd251 (diff)
downloadprofani-tty-68ed20f10d2fae67b052674a42ed98c2059aa16f.tar.gz
Moved all tests to tests folder
Diffstat (limited to 'unittests/helpers.h')
-rw-r--r--unittests/helpers.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/unittests/helpers.h b/unittests/helpers.h
deleted file mode 100644
index 75d446d0..00000000
--- a/unittests/helpers.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "glib.h"
-
-void load_preferences(void **state);
-void close_preferences(void **state);
-
-void init_chat_sessions(void **state);
-void close_chat_sessions(void **state);
-
-int utf8_pos_to_col(char *str, int utf8_pos);
-
-void glist_set_cmp(GCompareFunc func);
-int glist_contents_equal(const void *actual, const void *expected);
\ No newline at end of file