diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-20 10:48:53 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-20 10:48:53 +0000 |
commit | 213dad2c099e381de87461c1e753bc6a4b83ac36 (patch) | |
tree | 9c987b078eaea764ec3eb4d1f53bad53459a64d4 /src/codeconv.h | |
parent | a5fddd5b417a3aff4e4f1771a45763c280df0823 (diff) |
also migrate templates.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@25 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/codeconv.h')
-rw-r--r-- | src/codeconv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/codeconv.h b/src/codeconv.h index 2c1ff3c7..7f3fee8c 100644 --- a/src/codeconv.h +++ b/src/codeconv.h @@ -240,5 +240,8 @@ void conv_encode_header (gchar *dest, gint conv_copy_file (const gchar *src, const gchar *dest, const gchar *src_encoding); +gint conv_copy_dir (const gchar *src, + const gchar *dest, + const gchar *src_encoding); #endif /* __CODECONV_H__ */ |