diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ +#pragma once +#ifndef UTIL_H +#define UTIL_H + void die(const char *, ...); void sendnotif(const char *, const char *, const char *); int getbtnint(const char *blkbtn); void spawn(const char *const argv[]); + +#endif |