]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - utf8lib.h
Merge branch 'master' into Cloudwalk/Host_Init-overhaul
[xonotic/darkplaces.git] / utf8lib.h
index f54547764981b299f3419b028540d16853461746..48fcae20ce8daa8d815a8438ce7904037dc7b668 100644 (file)
--- a/utf8lib.h
+++ b/utf8lib.h
@@ -21,7 +21,7 @@ typedef int32_t Uchar;
 // u8_byteofs() and u8_charidx() will simply return whatever is passed as index parameter
 // u8_getchar() will will just return the next byte, u8_fromchar will write one byte, ...
 extern struct cvar_s utf8_enable;
-void   u8_Init(void);
+void   u8_Init_Commands(void);
 
 size_t u8_strlen(const char*);
 size_t u8_strnlen(const char*, size_t);