diff src/protocols/jabber/jabber.h @ 7395:b250288fa948

[gaim-migrate @ 7990] this would be the non-working start of file transfer (the real way) for jabber also approximately eleventy billion jabber tweaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Oct 2003 02:43:58 +0000
parents 632cee95cc5c
children 9008b5be4275
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Fri Oct 31 01:38:46 2003 +0000
+++ b/src/protocols/jabber/jabber.h	Fri Oct 31 02:43:58 2003 +0000
@@ -68,6 +68,7 @@
 	GHashTable *callbacks;
 	int next_id;
 
+	GList *oob_file_transfers;
 	GList *file_transfers;
 
 	time_t idle;
@@ -79,8 +80,6 @@
 	gboolean registration;
 } JabberStream;
 
-typedef void (JabberCallback)(JabberStream *js, xmlnode *packet);
-
 void jabber_process_packet(JabberStream *js, xmlnode *packet);
 void jabber_send(JabberStream *js, xmlnode *data);
 void jabber_send_raw(JabberStream *js, const char *data);