]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
-futf8 implementation
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 4b423a4a35e0e3ce42381f5bbccb6cae846e2a7f..9fe1b6544786214520c61fac5b01b612250bad0b 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -934,6 +934,7 @@ typedef uint32_t longbit;
 /*===================================================================*/
 typedef uint32_t Uchar;
 
+bool   u8_analyze (const char *_s, size_t *_start, size_t *_len, Uchar *_ch, size_t _maxlen);
 size_t u8_strlen  (const char*);
 size_t u8_strnlen (const char*, size_t);
 Uchar  u8_getchar (const char*, const char**);