aboutsummaryrefslogtreecommitdiff
path: root/surf/common.h
diff options
context:
space:
mode:
authorMarvin Borner2019-03-05 01:09:01 +0100
committerMarvin Borner2019-03-05 01:09:01 +0100
commit55457187d18221e76bd12f0fb2cfab65c49b92fb (patch)
tree8db042d2d80710d54100c2709ad4332153ac848a /surf/common.h
Initial commit
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 *, ...);