diff src/protocols/gg/gg.c @ 2501:227cc42ffa6e

[gaim-migrate @ 2514] i should have hidden something ultra-secret in this. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 14 Oct 2001 11:36:36 +0000
parents ce09589b7681
children e7478176e760
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sun Oct 14 05:52:36 2001 +0000
+++ b/src/protocols/gg/gg.c	Sun Oct 14 11:36:36 2001 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 2436 2001-10-04 05:45:18Z warmenhoven $
+ * $Id: gg.c 2514 2001-10-14 11:36:36Z warmenhoven $
  *
  * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -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;