From: Eric W. <war...@us...> - 2001-10-14 11:36:39
|
Update of /cvsroot/gaim/gaim/src/protocols/gg In directory usw-pr-cvs1:/tmp/cvs-serv21978/src/protocols/gg Modified Files: gg.c Log Message: i should have hidden something ultra-secret in this. Index: gg.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/gg/gg.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gg.c 2001/10/04 05:45:17 1.2 +++ gg.c 2001/10/14 11:36:36 1.3 @@ -70,6 +70,8 @@ #define AGG_STATUS_INVISIBLE_FRIENDS _("Invisible for friends only") #define AGG_STATUS_NOT_AVAIL _("Unavailable") +#define UC_NORMAL 2 + struct agg_data { struct gg_session *sess; }; @@ -299,7 +301,7 @@ } } -static GList *agg_away_states() +static GList *agg_away_states(struct gaim_connection *gc) { GList *m = NULL; |