diff plugins/history.c @ 12816:ff267281e882

[gaim-migrate @ 15164] Get rid of a compile warning by changing the definition of (*GaimPrefCallback) to pass a gconstpointer val instead of gpointer committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 11 Jan 2006 04:32:12 +0000
parents 87f3542b3701
children e1e5462b7d81
line wrap: on
line diff
--- a/plugins/history.c	Wed Jan 11 03:42:22 2006 +0000
+++ b/plugins/history.c	Wed Jan 11 04:32:12 2006 +0000
@@ -150,7 +150,8 @@
 	}
 }
 
-static void history_prefs_cb(const char *name, GaimPrefType type, gpointer val, gpointer data)
+static void history_prefs_cb(const char *name, GaimPrefType type,
+							 gconstpointer val, gpointer data)
 {
 	history_prefs_check((GaimPlugin *)data);
 }