about summary refs log tree commit diff stats
path: root/tests/testsuite.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-12 23:10:56 +0000
committerJames Booth <boothj5@gmail.com>2013-01-12 23:10:56 +0000
commit94bcf1889d5a07305784ff5bc92afffa71a5ccd3 (patch)
tree9f2ae00026d9f0ada1676c7597e76e78d3a780e4 /tests/testsuite.h
parent306f00d3e897d83d475a1f7c34f31d0790844325 (diff)
downloadprofani-tty-94bcf1889d5a07305784ff5bc92afffa71a5ccd3.tar.gz
Added jid datatype
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 029cd48c..96d601dc 100644
--- a/tests/testsuite.h
+++ b/tests/testsuite.h
@@ -6,5 +6,6 @@ void register_contact_list_tests(void);
 void register_common_tests(void);
 void register_prof_autocomplete_tests(void);
 void register_parser_tests(void);
+void register_jid_tests(void);
 
 #endif