summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/error.h b/error.h
new file mode 100644
index 0000000..f30fd24
--- /dev/null
+++ b/error.h
@@ -0,0 +1,7 @@
+#ifndef _ERROR_H
+#define ERROR_H
+
+void fatal_error(const char *msg);
+void warning(const char *msg);
+
+#endif