These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / include / qemu / unicode.h
1 #ifndef QEMU_UNICODE_H
2 #define QEMU_UNICODE_H 1
3
4 int mod_utf8_codepoint(const char *s, size_t n, char **end);
5
6 #endif