diff src/protocols/msn/table.h @ 10043:700f8fb9e581

[gaim-migrate @ 11002] commit the 2 xfr patches to msn from shx to head. these went in just before 1.0.0 was released fixing some bugs committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 19 Sep 2004 02:53:00 +0000
parents ab6636c5a136
children ecf3ce2e2ab1
line wrap: on
line diff
--- a/src/protocols/msn/table.h	Sat Sep 18 23:47:36 2004 +0000
+++ b/src/protocols/msn/table.h	Sun Sep 19 02:53:00 2004 +0000
@@ -41,6 +41,7 @@
 	GHashTable *errors;
 
 	GHashTable *async;
+	GHashTable *fallback;
 };
 
 MsnTable *msn_table_new();