summaryrefslogtreecommitdiffstats
path: root/utf8.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-04-19 22:38:31 +0200
committerpgen <p.gen.progs@gmail.com>2022-04-19 22:38:31 +0200
commitd8f34044554e5dc1d85f471ab5cf92304d501210 (patch)
tree35b4ce96c5b2cf7a59d95317210d05aa7c11ac16 /utf8.h
parent97508355bed3eb93fd9040f1b2a8d1123220fc42 (diff)
Remove an useless parameter
\u and \U sequences should always be interpreted.
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index 0ee1e01..bba97c1 100644
--- a/utf8.h
+++ b/utf8.h
@@ -40,7 +40,7 @@ int
cptoutf8(char * utf8_str, uint32_t c);
int
-utf8_interpret(char * s, langinfo_t * langinfo, char sc);
+utf8_interpret(char * s, char sc);
char *
utf8_validate(char * str);