From 295bd43a38d1b785183ba1599e78fa6fbbcd8e02 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 18 Jan 2005 10:50:43 +0000 Subject: implemented the migration of configuration. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@14 ee746299-78ed-0310-b773-934348b2243d --- src/codeconv.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/codeconv.h') diff --git a/src/codeconv.h b/src/codeconv.h index 71e0a20b..2c1ff3c7 100644 --- a/src/codeconv.h +++ b/src/codeconv.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2004 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -237,5 +237,8 @@ void conv_encode_header (gchar *dest, gint header_len, gboolean addr_field); +gint conv_copy_file (const gchar *src, + const gchar *dest, + const gchar *src_encoding); #endif /* __CODECONV_H__ */ -- cgit v1.2.3