diff pidgin/gtkblist.c @ 22011:76e0463db3aa

Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 Jan 2008 18:01:12 +0000
parents c38d72677c8a
children 0503cd74cb56
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Jan 05 17:14:32 2008 +0000
+++ b/pidgin/gtkblist.c	Sat Jan 05 18:01:12 2008 +0000
@@ -4183,7 +4183,8 @@
 	pidgin_blist_sort_method_set(purple_prefs_get_string(PIDGIN_PREFS_ROOT "/blist/sort_type"));
 }
 
-static void _prefs_change_redo_list(void)
+static void _prefs_change_redo_list(const char *name, PurplePrefType type,
+                                    gconstpointer val, gpointer data)
 {
 	GtkTreeSelection *sel;
 	GtkTreeIter iter;