diff src/prefs.h @ 6693:8c1b5dd87fbf

[gaim-migrate @ 7219] sean might think this is contact support, but it isn't. this will be useful when we figure out where prefs should have been in the first place committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:29:53 +0000
parents 4bc050b1af34
children fa6395637e2c
line wrap: on
line diff
--- a/src/prefs.h	Tue Sep 02 03:19:31 2003 +0000
+++ b/src/prefs.h	Tue Sep 02 03:29:53 2003 +0000
@@ -107,6 +107,14 @@
 void gaim_prefs_remove(const char *name);
 
 /**
+ * Rename a pref
+ *
+ * @param oldname The old name of the pref
+ * @param newname The new name for the pref
+ */
+void gaim_prefs_rename(const char *oldname, const char *newname);
+
+/**
  * Remove all prefs.
  */
 void gaim_prefs_destroy();
@@ -217,6 +225,11 @@
  */
 void gaim_prefs_sync();
 
+/**
+ * Rename legacy prefs
+ */
+void gaim_prefs_rename_old();
+
 /*@}*/
 
 #ifdef __cplusplus