aboutsummaryrefslogtreecommitdiff
path: root/src/codeconv.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-16 06:20:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-16 06:20:01 +0000
commita2c35308bd6815962c36a3108cefe0069cdc1b33 (patch)
treefa7497d735e2904a35e91f167ad7c279f0436b4f /src/codeconv.h
parent8d574b9f4ca411ae7e3303fae8e2d365e3ece9c9 (diff)
added a menu to temporally change the outgoing encoding to the composition window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@175 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/codeconv.h')
-rw-r--r--src/codeconv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/codeconv.h b/src/codeconv.h
index 4ffa10ec..65955d0d 100644
--- a/src/codeconv.h
+++ b/src/codeconv.h
@@ -221,7 +221,8 @@ void conv_encode_header (gchar *dest,
gint len,
const gchar *src,
gint header_len,
- gboolean addr_field);
+ gboolean addr_field,
+ const gchar *out_encoding);
gint conv_copy_file (const gchar *src,
const gchar *dest,