aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/codeconv.h')
-rw-r--r--libsylph/codeconv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libsylph/codeconv.h b/libsylph/codeconv.h
index 1920c8f0..700e83b0 100644
--- a/libsylph/codeconv.h
+++ b/libsylph/codeconv.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -230,6 +230,9 @@ void conv_encode_header (gchar *dest,
gint header_len,
gboolean addr_field,
const gchar *out_encoding);
+gchar *conv_encode_filename (const gchar *src,
+ const gchar *param_name,
+ const gchar *out_encoding);
gint conv_copy_file (const gchar *src,
const gchar *dest,