From eef55d499599a0e71ac3b6370361b5bc2e6dabb9 Mon Sep 17 00:00:00 2001 From: ARembo Date: Sat, 23 Jul 2011 16:59:50 +0000 Subject: [PATCH] new --- error.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 error.h diff --git a/error.h b/error.h new file mode 100644 index 0000000..02a7265 --- /dev/null +++ b/error.h @@ -0,0 +1,5 @@ +// Error handling + +void ERR_failinit(char *,...); +void ERR_fatal(char *,...); +void ERR_quit(void); -- 2.29.2