diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-18 10:50:43 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-18 10:50:43 +0000 |
commit | 295bd43a38d1b785183ba1599e78fa6fbbcd8e02 (patch) | |
tree | 1e872659029f80928f3f98b4352aae8888a6928d /src/utils.h | |
parent | 3fec59fac205ff4588f8afe93b28943b31f9ab8d (diff) |
implemented the migration of configuration.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@14 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index f21cd06c..d884daf9 100644 --- a/src/utils.h +++ b/src/utils.h @@ -369,6 +369,8 @@ gint remove_dir_recursive (const gchar *dir); gint copy_file (const gchar *src, const gchar *dest, gboolean keep_backup); +gint copy_dir (const gchar *src, + const gchar *dest); gint move_file (const gchar *src, const gchar *dest, gboolean overwrite); |