diff src/protocols/jabber/jabber.h @ 7170:1cf80749f2f0

[gaim-migrate @ 7737] jabber gets file receive support again. jabber should now be able to do everything the old plugin did, and more. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 06 Oct 2003 02:04:55 +0000
parents 6d10bf28be0e
children 632cee95cc5c
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Mon Oct 06 01:46:31 2003 +0000
+++ b/src/protocols/jabber/jabber.h	Mon Oct 06 02:04:55 2003 +0000
@@ -63,6 +63,8 @@
 	GHashTable *callbacks;
 	int next_id;
 
+	GList *file_transfers;
+
 	time_t idle;
 
 	JabberID *user;