mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-28 05:40:11 -04:00
8 lines
112 B
C
8 lines
112 B
C
#ifndef UTIL_UUID_H
|
|
#define UTIL_UUID_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool generate_uuid(char out[static 37]);
|
|
|
|
#endif
|