summaryrefslogtreecommitdiffstats
path: root/jnlib/stringhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'jnlib/stringhelp.h')
-rw-r--r--jnlib/stringhelp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/jnlib/stringhelp.h b/jnlib/stringhelp.h
index adbd9bf02..869b0f00e 100644
--- a/jnlib/stringhelp.h
+++ b/jnlib/stringhelp.h
@@ -57,6 +57,9 @@ size_t print_sanitized_utf8_string (FILE *fp, const char *string, int delim);
char *sanitize_buffer (const void *p, size_t n, int delim);
+size_t utf8_charcount (const char *s);
+
+
#ifdef HAVE_W32_SYSTEM
const char *w32_strerror (int ec);
#endif