diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-26 03:43:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-26 03:43:22 +0800 |
commit | 74205e83d12157f4c3c379722a0e6736d19c13ce (patch) | |
tree | cc32c6df4eec053249dfe58764e5349306577088 /camel/camel-charset-map.h | |
parent | f9f6af4bcef7e33543a343048e0da492d3941861 (diff) | |
download | gsoc2013-evolution-74205e83d12157f4c3c379722a0e6736d19c13ce.tar.gz gsoc2013-evolution-74205e83d12157f4c3c379722a0e6736d19c13ce.tar.zst gsoc2013-evolution-74205e83d12157f4c3c379722a0e6736d19c13ce.zip |
Same as the ones below.
2003-02-25 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-message.c: Same as the ones below.
* camel-mime-part.c: Reverted back to pre-camel-iconv
* camel-filter-search.c: Same as below.
* camel-folder-summary.c: Reverted back to pre-camel-iconv
* camel.c (camel_init): Reverted to pre-camel-iconv
* camel-charset-map.c (camel_charset_locale_name): Removed (part
of the revert).
(camel_charset_canonical_name): Same.
* camel-mime-filter-charset.c: Revert back to using e_iconv from GAL.
* camel-mime-part-utils.c: Revert back to using e_iconv from GAL.
* camel-mime-utils.c: Revert back to using e_iconv from GAL.
* camel-sasl-digest-md5.c: Revert back to using e-iconv from GAL.
svn path=/trunk/; revision=20056
Diffstat (limited to 'camel/camel-charset-map.h')
-rw-r--r-- | camel/camel-charset-map.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/camel/camel-charset-map.h b/camel/camel-charset-map.h index d18f782ea0..b0a47615ca 100644 --- a/camel/camel-charset-map.h +++ b/camel/camel-charset-map.h @@ -38,9 +38,6 @@ struct _CamelCharset { void camel_charset_init(CamelCharset *); void camel_charset_step(CamelCharset *, const char *in, int len); -const char *camel_charset_locale_name (void); -const char *camel_charset_canonical_name (const char *charset); - const char *camel_charset_best_name (CamelCharset *); /* helper function */ |