about summary refs log tree commit diff stats
path: root/tests/xmpp/stub_xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-23 19:26:45 +0000
committerJames Booth <boothj5@gmail.com>2014-12-23 19:26:45 +0000
commit5be9ac3243c79eb552d628d2b8642290eed564bd (patch)
tree2d4528db275e41b5e802afb7111c6f04ed35a907 /tests/xmpp/stub_xmpp.h
parent9d94ac5c6302ebf90aca9e17f5df59dfdd37c14c (diff)
downloadprofani-tty-5be9ac3243c79eb552d628d2b8642290eed564bd.tar.gz
Added stubbed implementations
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