mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
util: add support for generating UUIDs
Co-authored-by: Jason Francis <cycl0ps@tuta.io>
This commit is contained in:
parent
3721dbfddb
commit
bf4e2e0eac
7 changed files with 55 additions and 0 deletions
8
include/util/uuid.h
Normal file
8
include/util/uuid.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef UTIL_UUID_H
|
||||
#define UTIL_UUID_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool generate_uuid(char out[static 37]);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue