about summary refs log tree commit diff stats
path: root/tests/xmpp/mock_xmpp.h
diff options
context:
space:
mode:
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