mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
9 lines
112 B
C
9 lines
112 B
C
|
#ifndef UTIL_UUID_H
|
||
|
#define UTIL_UUID_H
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool generate_uuid(char out[static 37]);
|
||
|
|
||
|
#endif
|