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-02-23 21:20:41 +0000
committerJames Booth <boothj5@gmail.com>2014-02-23 21:20:41 +0000
commitc00376087f2ea0060b40d6adc1ef81ef17d8868a (patch)
treecc18959ae2b7fa40a4b778fd0132b94d83271a19 /tests/xmpp/mock_xmpp.h
parentda058359ac552bc90e7b70749d5f96289434a9c8 (diff)
downloadprofani-tty-c00376087f2ea0060b40d6adc1ef81ef17d8868a.tar.gz
Test /otr start sends OTR query message to current recipient
Diffstat (limited to 'tests/xmpp/mock_xmpp.h')
-rw-r--r--tests/xmpp/mock_xmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xmpp/mock_xmpp.h b/tests/xmpp/mock_xmpp.h
index 5c4c19d0..7400fe92 100644
--- a/tests/xmpp/mock_xmpp.h
+++ b/tests/xmpp/mock_xmpp.h
@@ -31,4 +31,6 @@ void mock_bookmark_remove(void);
 void expect_and_return_bookmark_remove(char *expected_jid, gboolean expected_autojoin,
     gboolean removed);
 
+void message_send_expect(char *message, char *recipient);
+
 #endif