aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/util.h b/util.h
index c0f0214..850a245 100644
--- a/util.h
+++ b/util.h
@@ -3,9 +3,6 @@
#ifndef __UTIL_H
#define __UTIL_H
-#define ERROR -1
-#define OK 0
-
void panic(const char *);
int setblocking(int fd, bool blocking);