Add a file for shared functions
[surf.git] / common.h
diff --git a/common.h b/common.h
new file mode 100644 (file)
index 0000000..527c4f7
--- /dev/null
+++ b/common.h
@@ -0,0 +1,3 @@
+#define MSGBUFSZ 32
+
+void die(char *, ...);