about summary refs log tree commit diff stats
path: root/tests/xmpp/stub_xmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xmpp/stub_xmpp.h')
-rw-r--r--tests/xmpp/stub_xmpp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/xmpp/stub_xmpp.h b/tests/xmpp/stub_xmpp.h
new file mode 100644
index 00000000..875e87b5
--- /dev/null
+++ b/tests/xmpp/stub_xmpp.h
@@ -0,0 +1,4 @@
+#include "xmpp/xmpp.h"
+
+void mock_connection_status(jabber_conn_status_t given_connection_status);
+void reset_xmpp_mocks(void);
\ No newline at end of file