about summary refs log tree commit diff stats
path: root/tests/xmpp/mock_xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-16 16:00:10 +0000
committerJames Booth <boothj5@gmail.com>2014-03-16 16:00:10 +0000
commitbcafba2de6cdc9a056b0d69823ad62be0bfed159 (patch)
tree44769990ead334e474d7df3966f38e77a8489fda /tests/xmpp/mock_xmpp.h
parenta578419d552f1a61a9b7615e20c6697451008702 (diff)
downloadprofani-tty-bcafba2de6cdc9a056b0d69823ad62be0bfed159.tar.gz
Added /roster remove tests
Diffstat (limited to 'tests/xmpp/mock_xmpp.h')
-rw-r--r--tests/xmpp/mock_xmpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/xmpp/mock_xmpp.h b/tests/xmpp/mock_xmpp.h
index aafe1ba7..a917f9b8 100644
--- a/tests/xmpp/mock_xmpp.h
+++ b/tests/xmpp/mock_xmpp.h
@@ -39,4 +39,7 @@ void presence_join_room_expect(char *room, char *nick, char *passwd);
 void mock_roster_send_add_new(void);
 void roster_send_add_new_expect(char *jid, char *nick);
 
+void mock_roster_send_remove(void);
+void roster_send_remove_expect(char *jid);
+
 #endif