aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/unicode.h')
-rw-r--r--include/qemu/unicode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qemu/unicode.h b/include/qemu/unicode.h
new file mode 100644
index 0000000..d873165
--- /dev/null
+++ b/include/qemu/unicode.h
@@ -0,0 +1,6 @@
+#ifndef QEMU_UNICODE_H
+#define QEMU_UNICODE_H 1
+
+int mod_utf8_codepoint(const char *s, size_t n, char **end);
+
+#endif