aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-17 11:14:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-17 11:14:06 +0000
commit3fec59fac205ff4588f8afe93b28943b31f9ab8d (patch)
tree0687e8a4cc948efdbcf2a480beb9381a03382e85 /src/prefs.h
parentf0325b36e30c81266a5e6f750553be6bc6e8fe33 (diff)
automatically take over older config files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@13 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 987269b0..77ec216b 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -131,7 +131,8 @@ struct _PrefsDialog
void prefs_read_config (PrefParam *param,
const gchar *label,
- const gchar *rcfile);
+ const gchar *rcfile,
+ const gchar *encoding);
void prefs_config_parse_one_line(PrefParam *param,
const gchar *buf);
void prefs_write_config (PrefParam *param,