diff options
Diffstat (limited to 'src/ourerr.hpp')
-rw-r--r-- | src/ourerr.hpp | 8 |
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 ----- */ |