Update of /cvsroot/gaim/gaim/src/protocols/zephyr
In directory usw-pr-cvs1:/tmp/cvs-serv21978/src/protocols/zephyr
Modified Files:
zephyr.c
Log Message:
i should have hidden something ultra-secret in this.
Index: zephyr.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/zephyr/zephyr.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- zephyr.c 2001/10/03 09:48:33 1.13
+++ zephyr.c 2001/10/14 11:36:36 1.14
@@ -796,7 +796,7 @@
gc->away = g_strdup(msg);
}
-static GList *zephyr_away_states()
+static GList *zephyr_away_states(struct gaim_connection *gc)
{
GList *m = NULL;
|