Add declarations to tests headers

This commit is contained in:
Olivier LE MOAL
2015-02-03 18:52:31 +01:00
parent 62c1a59f38
commit ecfc2a3904
2 changed files with 3 additions and 0 deletions

View File

@@ -119,6 +119,8 @@ gboolean presence_sub_request_exists(const char * const bare_jid)
}
// iq functions
void iq_disable_carbons();
void iq_enable_carbons();
void iq_send_software_version(const char * const fulljid) {}
void iq_room_list_request(gchar *conferencejid)