about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_roster.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-07-22 22:48:37 +0100
committerJames Booth <boothj5@gmail.com>2015-07-22 22:48:37 +0100
commitf9a7e35001107dcbd3e03f24833478cf869caf5a (patch)
treee3b0db8eaf8c93a9289c2c0100585028e67976bb /tests/functionaltests/test_roster.h
parentfceec61a2c5cc323b4f7c1a8b4ffbe01b458c781 (diff)
downloadprofani-tty-f9a7e35001107dcbd3e03f24833478cf869caf5a.tar.gz
Added id attributes to roster queries
fixes #596
Diffstat (limited to 'tests/functionaltests/test_roster.h')
-rw-r--r--tests/functionaltests/test_roster.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functionaltests/test_roster.h b/tests/functionaltests/test_roster.h
new file mode 100644
index 00000000..9b34e82a
--- /dev/null
+++ b/tests/functionaltests/test_roster.h
@@ -0,0 +1,4 @@
+void sends_new_item(void **state);
+void sends_new_item_nick(void **state);
+void sends_remove_item(void **state);
+void sends_nick_change(void **state);