summaryrefslogtreecommitdiff
path: root/src/ourerr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ourerr.hpp')
-rw-r--r--src/ourerr.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ourerr.hpp b/src/ourerr.hpp
new file mode 100644
index 0000000..d405e06
--- /dev/null
+++ b/src/ourerr.hpp
@@ -0,0 +1,8 @@
+#ifndef ourerr_INC
+#define ourerr_INC
+void err_ret ( const char *fmt, ... );
+void err_sys ( const char *fmt, ... );
+void err_dump ( const char *fmt, ... );
+void err_msg ( const char *fmt, ... );
+void err_quit ( const char *fmt, ... );
+#endif /* ----- #ifndef ourerr_INC ----- */