comparison src/protocols/toc/toc.c @ 4713:8955054591ea

[gaim-migrate @ 5024] importing groups committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 11 Mar 2003 20:35:34 +0000
parents e34fe984f999
children c15e0699acae
comparison
equal deleted inserted replaced
4712:4d7a23938b67 4713:8955054591ea
54 54
55 static struct prpl *my_protocol = NULL; 55 static struct prpl *my_protocol = NULL;
56 56
57 /* for win32 compatability */ 57 /* for win32 compatability */
58 G_MODULE_IMPORT GSList *connections; 58 G_MODULE_IMPORT GSList *connections;
59 G_MODULE_IMPORT GSList *groups;
59 60
60 #define REVISION "penguin" 61 #define REVISION "penguin"
61 62
62 #define TYPE_SIGNON 1 63 #define TYPE_SIGNON 1
63 #define TYPE_DATA 2 64 #define TYPE_DATA 2