aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-27 05:06:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-27 05:06:17 +0000
commit5d7463379b24ec9b7136da2450cf61e80a44eaaf (patch)
tree2ad49561aeac08e85a254ce97db2c3077ec5b999 /libsylph/prefs.h
parent1c3288b17cd0b3ef11a2edf43da7f5f49f0582a4 (diff)
don't save older backups of UIDL files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2081 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs.h')
-rw-r--r--libsylph/prefs.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/libsylph/prefs.h b/libsylph/prefs.h
index fd4783ba..733c42da 100644
--- a/libsylph/prefs.h
+++ b/libsylph/prefs.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2008 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -65,11 +65,14 @@ void prefs_write_config (PrefParam *param,
const gchar *label,
const gchar *rcfile);
-PrefFile *prefs_file_open (const gchar *path);
-gint prefs_file_write_param (PrefFile *pfile,
- PrefParam *param);
-gint prefs_file_close (PrefFile *pfile);
-gint prefs_file_close_revert (PrefFile *pfile);
+PrefFile *prefs_file_open (const gchar *path);
+gint prefs_file_write_param (PrefFile *pfile,
+ PrefParam *param);
+void prefs_file_set_backup_generation (PrefFile *pfile,
+ gint generation);
+gint prefs_file_get_backup_generation (PrefFile *pfile);
+gint prefs_file_close (PrefFile *pfile);
+gint prefs_file_close_revert (PrefFile *pfile);
void prefs_set_default (PrefParam *param);
void prefs_free (PrefParam *param);