aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-utf8.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-12-28 12:49:29 +0800
committernobody <nobody@localhost>2002-12-28 12:49:29 +0800
commit059c4978e6823017de60ef56989d1bdc8ec9bd03 (patch)
tree1e12040caec266ee2e16460c80583d4af3687d10 /camel/camel-utf8.h
parent79d8fd91171f81a97c319616dcca32002269af55 (diff)
downloadgsoc2013-evolution-GHEX_2_2_0.tar.gz
gsoc2013-evolution-GHEX_2_2_0.tar.zst
gsoc2013-evolution-GHEX_2_2_0.zip
This commit was manufactured by cvs2svn to create tag 'GHEX_2_2_0'.GHEX_2_2_0
svn path=/tags/GHEX_2_2_0/; revision=19190
Diffstat (limited to 'camel/camel-utf8.h')
-rw-r--r--camel/camel-utf8.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/camel/camel-utf8.h b/camel/camel-utf8.h
deleted file mode 100644
index 7d6fac5410..0000000000
--- a/camel/camel-utf8.h
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#ifndef _CAMEL_UTF8_H
-#define _CAMEL_UTF8_H
-
-void camel_utf8_putc(unsigned char **ptr, guint32 c);
-guint32 camel_utf8_getc(const unsigned char **ptr);
-
-/* utility func for utf8 gstrings */
-void g_string_append_u(GString *out, guint32 c);
-
-/* convert utf7 to/from utf8, actually this is modified IMAP utf7 */
-char *camel_utf7_utf8(const char *ptr);
-char *camel_utf8_utf7(const char *ptr);
-
-
-#endif /* ! _CAMEL_UTF8_H */