summaryrefslogtreecommitdiff
path: root/src/utils/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/uuid.h')
-rw-r--r--src/utils/uuid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/uuid.h b/src/utils/uuid.h
index 5e860cbc5936..6e20210f99b9 100644
--- a/src/utils/uuid.h
+++ b/src/utils/uuid.h
@@ -14,5 +14,6 @@
int uuid_str2bin(const char *str, u8 *bin);
int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
int is_nil_uuid(const u8 *uuid);
+int uuid_random(u8 *uuid);
#endif /* UUID_H */