aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/util.h b/util.h
deleted file mode 100644
index 850a245..0000000
--- a/util.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdbool.h>
-
-#ifndef __UTIL_H
-#define __UTIL_H
-
-void panic(const char *);
-int setblocking(int fd, bool blocking);
-
-#endif