aboutsummaryrefslogtreecommitdiff
path: root/src/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
new file mode 100644
index 0000000..69c8ea0
--- /dev/null
+++ b/src/errors.h
@@ -0,0 +1,6 @@
+#ifndef ORYX_ERRORS_H
+#define ORYX_ERRORS_H
+
+void err(const char *, ...);
+
+#endif /* !ORYX_ERRORS_H */