src/prefs.h

changeset 5545
a8b1a1262402
parent 5534
53d28743cc68
child 5561
d4a6b0c87193
--- 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

mercurial