about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2018-05-30 20:45:06 +0320
committerPaul Fariello <paul@fariello.eu>2018-09-05 13:51:00 +0200
commitb11d3a79df49970b4563bbd40c4db3f53c99dfeb (patch)
treefd728212d3ef74b13a59b6e8fd3fe9a3727611ee /src/xmpp/xmpp.h
parenta952776b899dd29056ad6779b14dab75a4125924 (diff)
downloadprofani-tty-b11d3a79df49970b4563bbd40c4db3f53c99dfeb.tar.gz
Add conf win callback
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index c0e1477d..44acd97e 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -171,8 +171,8 @@ void iq_set_autoping(int seconds);
 void iq_confirm_instant_room(const char *const room_jid);
 void iq_destroy_room(const char *const room_jid);
 void iq_request_room_config_form(const char *const room_jid);
-void iq_submit_room_config(const char *const room, DataForm *form);
-void iq_room_config_cancel(const char *const room_jid);
+void iq_submit_room_config(ProfConfWin *confwin);
+void iq_room_config_cancel(ProfConfWin *confwin);
 void iq_send_ping(const char *const target);
 void iq_room_info_request(const char *const room, gboolean display_result);
 void iq_room_affiliation_list(const char *const room, char *affiliation);