diff src/rcfile.h @ 1019:4aa1a6235458

Move save/load_options() to options.[ch].
author zas_
date Sun, 31 Aug 2008 09:13:42 +0000
parents a336b5545af6
children 650c02c0c8ff
line wrap: on
line diff
--- a/src/rcfile.h	Sun Aug 31 08:59:39 2008 +0000
+++ b/src/rcfile.h	Sun Aug 31 09:13:42 2008 +0000
@@ -17,8 +17,7 @@
 gchar *quoted_value(const gchar *text, const gchar **tail);
 gchar *escquote_value(const gchar *text);
 
-void save_options(ConfOptions *options);
-void load_options(ConfOptions *options);
-
+gboolean save_options_to(const gchar *utf8_path, ConfOptions *options);
+gboolean load_options_from(const gchar *utf8_path, ConfOptions *options);
 
 #endif