about summary refs log tree commit diff stats
path: root/tests/test_contact.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_contact.h')
-rw-r--r--tests/test_contact.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_contact.h b/tests/test_contact.h
new file mode 100644
index 00000000..f0ba043f
--- /dev/null
+++ b/tests/test_contact.h
@@ -0,0 +1,7 @@
+void contact_in_group(void **state);
+void contact_not_in_group(void **state);
+void contact_name_when_name_exists(void **state);
+void contact_jid_when_name_not_exists(void **state);
+void contact_string_when_name_exists(void **state);
+void contact_string_when_name_not_exists(void **state);
+void contact_string_when_default_resource(void **state);