diff mcabber/src/jabglue.h @ 689:281aab5aef50

Introduce jb_iqs_display_list() helper function for debugging This function displays the currently queued IQ items.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 09 Feb 2006 23:18:38 +0100
parents d3a8b43bf9e7
children e98abd3ce28c
line wrap: on
line diff
--- a/mcabber/src/jabglue.h	Thu Feb 09 23:16:46 2006 +0100
+++ b/mcabber/src/jabglue.h	Thu Feb 09 23:18:38 2006 +0100
@@ -54,6 +54,7 @@
 void jb_room_invite(const char *room, const char *jid, const char *reason);
 int  jb_room_setattrib(const char *roomid, const char *jid, const char *nick,
                        struct role_affil ra, const char *reason);
+void jb_iqs_display_list(void);
 
 #endif /* __JABGLUE_H__ */