wlroots-hyprland/include/util/token.h

11 lines
146 B
C

#ifndef UTIL_TOKEN_H
#define UTIL_TOKEN_H
#include <stdbool.h>
#define TOKEN_SIZE 33
bool generate_token(char out[static TOKEN_SIZE]);
#endif