about summary refs log tree commit diff stats
path: root/tests/xmpp/stub_xmpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xmpp/stub_xmpp.c')
-rw-r--r--tests/xmpp/stub_xmpp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xmpp/stub_xmpp.c b/tests/xmpp/stub_xmpp.c
index 02c0acf8..dc9a258e 100644
--- a/tests/xmpp/stub_xmpp.c
+++ b/tests/xmpp/stub_xmpp.c
@@ -119,8 +119,8 @@ gboolean presence_sub_request_exists(const char * const bare_jid)
 }
 
 // iq functions
-void iq_disable_carbons();
-void iq_enable_carbons();
+void iq_disable_carbons() {};
+void iq_enable_carbons() {};
 void iq_send_software_version(const char * const fulljid) {}
 
 void iq_room_list_request(gchar *conferencejid)