mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Add declarations to tests headers
This commit is contained in:
parent
62c1a59f38
commit
ecfc2a3904
@ -457,6 +457,7 @@ void cons_outtype_setting(void) {}
|
||||
void cons_intype_setting(void) {}
|
||||
void cons_gone_setting(void) {}
|
||||
void cons_history_setting(void) {}
|
||||
void cons_carbons_setting(void) {}
|
||||
void cons_log_setting(void) {}
|
||||
void cons_chlog_setting(void) {}
|
||||
void cons_grlog_setting(void) {}
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user