about summary refs log tree commit diff stats
path: root/tests/testsuite.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-03 23:47:10 +0100
committerJames Booth <boothj5@gmail.com>2012-10-03 23:47:10 +0100
commitf8de28232e353794617e402dc0ebf05b57728cc5 (patch)
tree3f408360f1848c182e07eea14949f9c37a4901c3 /tests/testsuite.h
parentcf211be2214d86c5709b407d8ec1691740ee0a5c (diff)
downloadprofani-tty-f8de28232e353794617e402dc0ebf05b57728cc5.tar.gz
Started work on chat session, and chat states
Diffstat (limited to 'tests/testsuite.h')
-rw-r--r--tests/testsuite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.h b/tests/testsuite.h
index 45145c9b..cd836622 100644
--- a/tests/testsuite.h
+++ b/tests/testsuite.h
@@ -5,5 +5,6 @@ void register_prof_history_tests(void);
 void register_contact_list_tests(void);
 void register_common_tests(void);
 void register_prof_autocomplete_tests(void);
+void register_chat_session_tests(void);
 
 #endif