diff options
author | awy <awy@awy.one> | 2025-09-11 17:35:32 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-11 17:35:32 +0300 |
commit | 75a1408e9d4e54af9695bc4eca650b35c22bcff2 (patch) | |
tree | e3efd40aa56b7b4d2f6fc1286ff9ac3e1ecc543a /lib/util.h | |
parent | 796c9495a537b17bb985e9950ae0fdec123c12f1 (diff) | |
download | statusbar-75a1408e9d4e54af9695bc4eca650b35c22bcff2.tar.gz |
BIG HAPPENING: notifications and spawn functionality
Diffstat (limited to 'lib/util.h')
-rw-r--r-- | lib/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ void die(const char *, ...); +void sendnotif(const char *, const char *, const char *); +int getbtnint(const char *blkbtn); +void spawn(const char *const argv[]); |