block: fix deadlock in bdrv_co_flush
[qemu/kevin.git] / include / qemu / unicode.h
blob71c72db461d1a1157e4f36b0b593c7562f24c85d
1 #ifndef QEMU_UNICODE_H
2 #define QEMU_UNICODE_H
4 int mod_utf8_codepoint(const char *s, size_t n, char **end);
6 #endif