]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* move utf8 handling stuff into strbuf, so we can be more exact about our buffer...
[citadel.git] / libcitadel / lib / libcitadel.h
index 132c49f091c0ac1bf00ad4ede23dcf327fd6b3e5..d9e3ffaf6c35c6e34a9d82c79169da3db046c514 100644 (file)
@@ -334,11 +334,6 @@ const char *GetIconFilename(char *MimeType, size_t len);
 
 /* tools */
 
-int Ctdl_IsUtf8SequenceStart(char Char);
-int Ctdl_GetUtf8SequenceLength(char Char);
-int Ctdl_Utf8StrLen(char *str);
-char *Ctdl_Utf8StrCut(char *str, int maxlen);
-
 
 int safestrncpy(char *dest, const char *src, size_t n);
 int num_tokens (const char *source, char tok);