about summary refs log tree commit diff stats
path: root/tests/helpers.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-06 21:22:09 +0000
committerJames Booth <boothj5@gmail.com>2015-01-06 21:22:09 +0000
commitf7843def2f307286448fda166b425f48aaa6ddf0 (patch)
tree2e91bac7c056a91e88f40c97ca403360afbc3f45 /tests/helpers.h
parent8d759741e8b71f4bdb0dabcc4c6c453074f85960 (diff)
downloadprofani-tty-f7843def2f307286448fda166b425f48aaa6ddf0.tar.gz
Added chat session tests
Diffstat (limited to 'tests/helpers.h')
-rw-r--r--tests/helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/helpers.h b/tests/helpers.h
index 17d8329c..2d7af6e7 100644
--- a/tests/helpers.h
+++ b/tests/helpers.h
@@ -3,5 +3,8 @@
 void load_preferences(void **state);
 void close_preferences(void **state);
 
+void init_chat_sessions(void **state);
+void close_chat_sessions(void **state);
+
 void glist_set_cmp(GCompareFunc func);
 int glist_contents_equal(const void *actual, const void *expected);
\ No newline at end of file