libpurple/plugins/helloworld.c

branch
soc.2013.gobjectification.plugins
changeset 36742
5d43951cabc0
parent 36740
569f0d81876a
child 36782
64936dae41a3
--- a/libpurple/plugins/helloworld.c	Mon Sep 16 12:30:29 2013 +0530
+++ b/libpurple/plugins/helloworld.c	Mon Sep 16 15:58:29 2013 +0530
@@ -67,7 +67,7 @@
  * get a list of plugin actions to use for the plugin.  This function gives
  * libpurple that list of actions. */
 static GList *
-plugin_actions (PurplePlugin * plugin, gpointer context)
+plugin_actions (PurplePlugin * plugin)
 {
 	/* some C89 (a.k.a. ANSI C) compilers will warn if any variable declaration
 	 * includes an initilization that calls a function.  To avoid that, we

mercurial