about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-01-27 23:51:03 +0000
committerJames Booth <boothj5@gmail.com>2018-01-27 23:51:03 +0000
commite571ccd8ea5a60b25a4b8c52d0ae62bec95e027c (patch)
tree4200b690bd5c4142067feea17bf57401bf4c3447 /src/xmpp/xmpp.h
parent2e414797a472a4f55206453fb7d5e139f7a30f3b (diff)
downloadprofani-tty-e571ccd8ea5a60b25a4b8c52d0ae62bec95e027c.tar.gz
Fix tests, move glob creation
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 38364624..9ff1b0c1 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -161,7 +161,7 @@ gboolean presence_sub_request_exists(const char *const bare_jid);
 void iq_enable_carbons(void);
 void iq_disable_carbons(void);
 void iq_send_software_version(const char *const fulljid);
-void iq_room_list_request(gchar *conferencejid, GPatternSpec *glob);
+void iq_room_list_request(gchar *conferencejid, gchar *filter);
 void iq_disco_info_request(gchar *jid);
 void iq_disco_items_request(gchar *jid);
 void iq_last_activity_request(gchar *jid);