aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-charset-map.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-07-20 12:59:46 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-07-20 12:59:46 +0800
commitf1738a4b78c2801519e255796029ef8ec22c2791 (patch)
tree15f4106798c44d13eac40caa5af85521d3a326fc /camel/camel-charset-map.h
parent8a7c9cba6c70d7bef728c3c88d8e733b562e8e60 (diff)
downloadgsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.tar
gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.tar.gz
gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.tar.bz2
gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.tar.lz
gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.tar.xz
gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.tar.zst
gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.zip
renamed to camel_charset_to_iconv() to make it just a little more
2001-07-20 Not Zed <NotZed@Ximian.com> * camel-charset-map.c (camel_charset_get_iconv_friendly_name): renamed to camel_charset_to_iconv() to make it just a little more svn path=/trunk/; revision=11254
Diffstat (limited to 'camel/camel-charset-map.h')
-rw-r--r--camel/camel-charset-map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-charset-map.h b/camel/camel-charset-map.h
index 0a0efb1cd3..0bf2c706c5 100644
--- a/camel/camel-charset-map.h
+++ b/camel/camel-charset-map.h
@@ -39,6 +39,6 @@ const char *camel_charset_best(const char *in, int len);
const char *camel_charset_locale_name (void);
-const char *camel_charset_get_iconv_friendly_name (const char *name);
+const char *camel_charset_to_iconv (const char *name);
#endif /* ! _CAMEL_CHARSET_MAP_H */