From 3e6a7d369b880413c1d9679fb7677e878fdbb45a Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 13 Sep 2025 12:59:29 +0300 Subject: updates --- lib/util.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/util.h') diff --git a/lib/util.h b/lib/util.h index 84c5d36..d550ea0 100644 --- a/lib/util.h +++ b/lib/util.h @@ -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 -- cgit v1.2.3