comparison src/rcfile.h @ 742:a336b5545af6

Pass ConfOptions * to save_options() and load_options().
author zas_
date Thu, 22 May 2008 23:22:12 +0000
parents 48c8e49b571c
children 4aa1a6235458
comparison
equal deleted inserted replaced
741:0e8b802e54d5 742:a336b5545af6
15 #define RCFILE_H 15 #define RCFILE_H
16 16
17 gchar *quoted_value(const gchar *text, const gchar **tail); 17 gchar *quoted_value(const gchar *text, const gchar **tail);
18 gchar *escquote_value(const gchar *text); 18 gchar *escquote_value(const gchar *text);
19 19
20 void save_options(void); 20 void save_options(ConfOptions *options);
21 void load_options(void); 21 void load_options(ConfOptions *options);
22 22
23 23
24 #endif 24 #endif