comparison 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
comparison
equal deleted inserted replaced
8899:d484f23cd92b 8900:7a67c459ab8f
238 /** 238 /**
239 * Force an immediate write of preferences 239 * Force an immediate write of preferences
240 */ 240 */
241 void gaim_prefs_sync(); 241 void gaim_prefs_sync();
242 242
243 /**
244 * Rename legacy prefs and delete some that no longer exist.
245 */
246 void gaim_prefs_update_old();
247
243 /*@}*/ 248 /*@}*/
244 249
245 #ifdef __cplusplus 250 #ifdef __cplusplus
246 } 251 }
247 #endif 252 #endif