diff options
Diffstat (limited to 'camel/camel-utf8.h')
-rw-r--r-- | camel/camel-utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-utf8.h b/camel/camel-utf8.h index 7d6fac5410..47b54012c9 100644 --- a/camel/camel-utf8.h +++ b/camel/camel-utf8.h @@ -4,6 +4,7 @@ void camel_utf8_putc(unsigned char **ptr, guint32 c); guint32 camel_utf8_getc(const unsigned char **ptr); +guint32 camel_utf8_getc_limit (const unsigned char **ptr, const unsigned char *end); /* utility func for utf8 gstrings */ void g_string_append_u(GString *out, guint32 c); @@ -12,5 +13,4 @@ void g_string_append_u(GString *out, guint32 c); char *camel_utf7_utf8(const char *ptr); char *camel_utf8_utf7(const char *ptr); - #endif /* ! _CAMEL_UTF8_H */ |