summaryrefslogtreecommitdiffstats
path: root/src/jv_unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jv_unicode.h')
-rw-r--r--src/jv_unicode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jv_unicode.h b/src/jv_unicode.h
index 558721a8..0e5e9557 100644
--- a/src/jv_unicode.h
+++ b/src/jv_unicode.h
@@ -9,4 +9,6 @@ int jvp_utf8_decode_length(char startchar);
int jvp_utf8_encode_length(int codepoint);
int jvp_utf8_encode(int codepoint, char* out);
+
+int jvp_codepoint_is_whitespace(int c);
#endif