aboutsummaryrefslogtreecommitdiff
path: root/surf/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'surf/common.h')
-rw-r--r--surf/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/surf/common.h b/surf/common.h
new file mode 100644
index 0000000..2778029
--- /dev/null
+++ b/surf/common.h
@@ -0,0 +1,3 @@
+#define MSGBUFSZ 8
+
+void die(char *, ...);