diff src/protocols/silc/silc.c @ 9024:85caba2f820a

[gaim-migrate @ 9800] This makes silc compile again, and also fixes a compiler warning. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 May 2004 02:42:01 +0000
parents 67421e0dc497
children 7ab20f829190
line wrap: on
line diff
--- a/src/protocols/silc/silc.c	Sun May 23 01:21:01 2004 +0000
+++ b/src/protocols/silc/silc.c	Sun May 23 02:42:01 2004 +0000
@@ -732,6 +732,7 @@
 static GList *
 silcgaim_actions(GaimPlugin *plugin, gpointer context)
 {
+	GaimConnection *gc = context;
 	GList *list = NULL;
 	GaimPluginAction *act;