summaryrefslogtreecommitdiff
path: root/src/ourerr.hpp
diff options
context:
space:
mode:
authorMartin Miller2017-03-22 12:21:23 -0500
committerMartin Miller2017-03-22 12:21:23 -0500
commitafad3a70053e2320b72b60fc060f2ba211ad2f15 (patch)
tree547f395986d1c08973574ec0c55677c890238b1f /src/ourerr.hpp
parentc238bc0dcba716e44d4ed708bf6ef803967c6aee (diff)
downloadrefslam-afad3a70053e2320b72b60fc060f2ba211ad2f15.zip
refslam-afad3a70053e2320b72b60fc060f2ba211ad2f15.tar.gz
Add error handling functions.
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 ----- */