mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
bf4e2e0eac
Co-authored-by: Jason Francis <cycl0ps@tuta.io>
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
|