diff options
author | Olivier LE MOAL <olivier.lemoal@winamax.fr> | 2015-02-03 19:09:37 +0100 |
---|---|---|
committer | Olivier LE MOAL <olivier.lemoal@winamax.fr> | 2015-02-03 19:09:37 +0100 |
commit | 89f472512f3ea88337bcfbee51431f1f7a1934b9 (patch) | |
tree | bc02e3f3eee18ffef37eb761f54c706b8f80f096 | |
parent | ecfc2a3904c6e2bb4053df42203a359bab1d51be (diff) | |
download | profani-tty-89f472512f3ea88337bcfbee51431f1f7a1934b9.tar.gz |
Fix stub
-rw-r--r-- | tests/xmpp/stub_xmpp.c | 4 |
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) |