aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-05 09:15:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-05 09:15:29 +0000
commite2a9edf210f40519169a1169801df56fcb4ef0fc (patch)
tree7f7503780992d525b6eec18f1d9a2aff89dc67f9 /src/utils.h
parent3ec864159a1792df642a75611363c39fb1fd1cd3 (diff)
added rename_force().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@470 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index bbd26fa2..85f1ec2f 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -376,6 +376,8 @@ gint remove_all_numbered_files (const gchar *dir);
gint remove_expired_files (const gchar *dir,
guint hours);
gint remove_dir_recursive (const gchar *dir);
+gint rename_force (const gchar *oldpath,
+ const gchar *newpath);
gint copy_file (const gchar *src,
const gchar *dest,
gboolean keep_backup);