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>2013-12-18 23:06:43 +0000
committerJames Booth <boothj5@gmail.com>2013-12-18 23:06:43 +0000
commitb27c5d0f5baa7161231642b14106db2e96065f95 (patch)
tree5a98dc47a1d507e946b7aae7f652e6314db75db3 /tests/xmpp/mock_xmpp.h
parent00a475cf55c064f01b9631362e4934affcbf3ea9 (diff)
downloadprofani-tty-b27c5d0f5baa7161231642b14106db2e96065f95.tar.gz
Replaced old mock_xmpp
Diffstat (limited to 'tests/xmpp/mock_xmpp.h')
-rw-r--r--tests/xmpp/mock_xmpp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/xmpp/mock_xmpp.h b/tests/xmpp/mock_xmpp.h
new file mode 100644
index 00000000..89096836
--- /dev/null
+++ b/tests/xmpp/mock_xmpp.h
@@ -0,0 +1,10 @@
+#ifndef COMMON_MOCKS_H
+#define COMMON_MOCKS_H
+
+#include "xmpp/xmpp.h"
+
+void mock_connection_status(jabber_conn_status_t status);
+void mock_connection_account_name(char *name);
+void expect_room_list_request(char *conf_server);
+
+#endif