diff src/protocols/irc/irc.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 f8eb5f120603
children 0e0a54e5819a
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Sun Oct 14 05:52:36 2001 +0000
+++ b/src/protocols/irc/irc.c	Sun Oct 14 11:36:36 2001 +0000
@@ -1309,7 +1309,7 @@
 	return 0;
 }
 
-static GList *irc_away_states()
+static GList *irc_away_states(struct gaim_connection *gc)
 {
 	return g_list_append(NULL, GAIM_AWAY_CUSTOM);
 }