diff src/prefs.h @ 8900:7a67c459ab8f

[gaim-migrate @ 9669] Move the preference renameing/removing stuff to prefs.c... It's pretty ugly... but it was ugly before... So now we remove the eradicated prefs. I think. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 07 May 2004 03:25:00 +0000
parents 543b19a96ac5
children 5e78d07f6b36
line wrap: on
line diff
--- a/src/prefs.h	Fri May 07 02:52:32 2004 +0000
+++ b/src/prefs.h	Fri May 07 03:25:00 2004 +0000
@@ -240,6 +240,11 @@
  */
 void gaim_prefs_sync();
 
+/**
+ * Rename legacy prefs and delete some that no longer exist.
+ */
+void gaim_prefs_update_old();
+
 /*@}*/
 
 #ifdef __cplusplus