summaryrefslogtreecommitdiffstats
path: root/qemu/include/qemu/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/qemu/unicode.h')
-rw-r--r--qemu/include/qemu/unicode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu/include/qemu/unicode.h b/qemu/include/qemu/unicode.h
new file mode 100644
index 000000000..d8731652d
--- /dev/null
+++ b/qemu/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