aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/uuid.h')
-rw-r--r--include/qemu/uuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/uuid.h b/include/qemu/uuid.h
index 09489ce..037357d 100644
--- a/include/qemu/uuid.h
+++ b/include/qemu/uuid.h
@@ -56,6 +56,6 @@ char *qemu_uuid_unparse_strdup(const QemuUUID *uuid);
int qemu_uuid_parse(const char *str, QemuUUID *uuid);
-void qemu_uuid_bswap(QemuUUID *uuid);
+QemuUUID qemu_uuid_bswap(QemuUUID uuid);
#endif