diff options
Diffstat (limited to 'include/qemu/uuid.h')
| -rw-r--r-- | include/qemu/uuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/uuid.h b/include/qemu/uuid.h index bc0601e65b..afe4840296 100644 --- a/include/qemu/uuid.h +++ b/include/qemu/uuid.h @@ -52,7 +52,7 @@ void qemu_uuid_unparse(const QemuUUID *uuid, char *out); char *qemu_uuid_unparse_strdup(const QemuUUID *uuid); -int qemu_uuid_parse(const char *str, uint8_t *uuid); +int qemu_uuid_parse(const char *str, QemuUUID *uuid); void qemu_uuid_bswap(QemuUUID *uuid); |