summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/src/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/src/unicode.h')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/src/unicode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/src/unicode.h b/Build/source/texk/gregorio/gregorio-src/src/unicode.h
index 62942edcb1e..7af434a28fb 100644
--- a/Build/source/texk/gregorio/gregorio-src/src/unicode.h
+++ b/Build/source/texk/gregorio/gregorio-src/src/unicode.h
@@ -34,8 +34,7 @@
typedef uint32_t grewchar;
void gregorio_print_unichar(FILE *f, grewchar to_print);
-void gregorio_print_unistring(FILE *f, grewchar *first_char);
-unsigned char gregorio_wcsbufcmp(grewchar *wstr, const char *buf);
+void gregorio_print_unistring(FILE *f, const grewchar *first_char);
grewchar *gregorio_build_grewchar_string_from_buf(const char *buf);
static __inline size_t gregorio_wcstrlen(const grewchar *wstr)