diff src/prefs.h @ 5545:7a64114641c3

[gaim-migrate @ 5946] I've been rewriting the prefs to move from gaimrc to prefs.xml. This will NOT compile! I don't want to see complaints about this, as it's CVS, and you should only be using it if you can put up with things like this. Also, don't ask how long it'll take until it compiles again. It may be several days. This is a big migration. Even when it works, it may not run right. However, it's made a lot of progress, and I plan to actively work on it today and tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 29 May 2003 19:10:24 +0000
parents 0aa4d089125c
children d67b5b4e1323
line wrap: on
line diff
--- 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