Mercurial > pidgin
diff src/gaim.h @ 940:9fca1293f871
[gaim-migrate @ 950]
Patches from kylev
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Sun, 01 Oct 2000 00:20:03 +0000 |
| parents | 5e6ca3dd4d02 |
| children | fa681641643d |
line wrap: on
line diff
--- a/src/gaim.h Sun Oct 01 00:06:43 2000 +0000 +++ b/src/gaim.h Sun Oct 01 00:20:03 2000 +0000 @@ -414,7 +414,7 @@ #define TYPE_SIGNOFF 4 #define TYPE_KEEPALIVE 5 -#define REVISION "gaim:$Revision: 945 $" +#define REVISION "gaim:$Revision: 950 $" #define FLAPON "FLAPON\r\n\r\n" #define ROAST "Tic/Toc" @@ -458,8 +458,8 @@ extern GList *deny; /* The list of people denied */ extern GList *log_conversations; extern GList *buddy_pounces; -extern GList *away_messages; -extern GList *groups; +extern GSList *away_messages; +extern GSList *groups; extern GList *buddy_chats; extern GList *conversations; extern GList *chat_rooms;
