--- a/src/prefs.h Thu May 29 17:35:28 2003 +0000 +++ b/src/prefs.h Thu May 29 19:10:24 2003 +0000 @@ -149,7 +149,7 @@ * @param name The name of the pref * @return The value of the pref */ -char *gaim_prefs_get_string(const char *name); +const char *gaim_prefs_get_string(const char *name); /** * Add a callback to a pref (and its children) @@ -165,7 +165,7 @@ /** * Read preferences */ -void gaim_prefs_load(); +gboolean gaim_prefs_load(); /** * Force an immediate write of preferences