f348b6d1a5
Move declarations out of qemu-common.h for functions declared in utils/ files: e.g. include/qemu/path.h for utils/path.c. Move inline functions out of qemu-common.h and into new files (e.g. include/qemu/bcd.h) Signed-off-by: Veronia Bahaa <veroniabahaa@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
118 B
C
7 lines
118 B
C
#ifndef QEMU_UNICODE_H
|
|
#define QEMU_UNICODE_H 1
|
|
|
|
int mod_utf8_codepoint(const char *s, size_t n, char **end);
|
|
|
|
#endif
|