From: Eric W. <war...@us...> - 2001-10-14 11:36:40
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv21978/src/protocols/toc Modified Files: toc.c Log Message: i should have hidden something ultra-secret in this. Index: toc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- toc.c 2001/10/08 21:25:28 1.25 +++ toc.c 2001/10/14 11:36:36 1.26 @@ -79,6 +79,11 @@ #define FILE_GET_UID "09461348-4C7F-11D1-8222-444553540000" #define GAMES_UID "0946134a-4C7F-11D1-8222-444553540000" +#define UC_AOL 0x02 +#define UC_ADMIN 0x04 +#define UC_UNCONFIRMED 0x08 +#define UC_NORMAL 0x10 + struct ft_request { struct gaim_connection *gc; char *user; @@ -1321,7 +1326,7 @@ toc_set_permit_deny(gc); } -static GList *toc_away_states() +static GList *toc_away_states(struct gaim_connection *gc) { return g_list_append(NULL, GAIM_AWAY_CUSTOM); } |