comparison src/protocols/jabber/xdata.h @ 8396:387ba791d5f9

[gaim-migrate @ 9125] fix a crash in jabber chats when you leave the chat before closing the configuration dialog, and plug a memleak. Thanks deryni for pointing the crash out committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 04 Mar 2004 17:07:56 +0000
parents 68900f9cb540
children
comparison
equal deleted inserted replaced
8395:09083081643a 8396:387ba791d5f9
24 24
25 #include "jabber.h" 25 #include "jabber.h"
26 #include "xmlnode.h" 26 #include "xmlnode.h"
27 27
28 typedef void (*jabber_x_data_cb)(JabberStream *js, xmlnode *result, gpointer user_data); 28 typedef void (*jabber_x_data_cb)(JabberStream *js, xmlnode *result, gpointer user_data);
29 void jabber_x_data_request(JabberStream *js, xmlnode *packet, jabber_x_data_cb cb, gpointer user_data); 29 void *jabber_x_data_request(JabberStream *js, xmlnode *packet, jabber_x_data_cb cb, gpointer user_data);
30 30
31 #endif /* _GAIM_JABBER_XDATA_H_ */ 31 #endif /* _GAIM_JABBER_XDATA_H_ */