diff options
Diffstat (limited to 'src/string_func.h')
-rw-r--r-- | src/string_func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string_func.h b/src/string_func.h index fd79d6bea..fe3d16971 100644 --- a/src/string_func.h +++ b/src/string_func.h @@ -233,6 +233,8 @@ static inline char *Utf8PrevChar(char *s) return ret; } +size_t Utf8StringLength(const char *s); + /** * Is the given character a text direction character. * @param c The character to test. |