aboutsummaryrefslogtreecommitdiff
path: root/include/util
diff options
context:
space:
mode:
Diffstat (limited to 'include/util')
-rw-r--r--include/util/uuid.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/util/uuid.h b/include/util/uuid.h
new file mode 100644
index 00000000..2fecb407
--- /dev/null
+++ b/include/util/uuid.h
@@ -0,0 +1,8 @@
+#ifndef UTIL_UUID_H
+#define UTIL_UUID_H
+
+#include <stdbool.h>
+
+bool generate_uuid(char out[static 37]);
+
+#endif