DEADSOFTWARE

new
authorARembo <ARembo@gmail.com>
Sat, 23 Jul 2011 16:59:50 +0000 (16:59 +0000)
committerARembo <ARembo@gmail.com>
Sat, 23 Jul 2011 16:59:50 +0000 (16:59 +0000)
error.h [new file with mode: 0644]

diff --git a/error.h b/error.h
new file mode 100644 (file)
index 0000000..02a7265
--- /dev/null
+++ b/error.h
@@ -0,0 +1,5 @@
+// Error handling\r
+\r
+void ERR_failinit(char *,...);\r
+void ERR_fatal(char *,...);\r
+void ERR_quit(void);\r