summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/error.h b/error.h
new file mode 100644
index 0000000..dfb27e9
--- /dev/null
+++ b/error.h
@@ -0,0 +1,6 @@
+/* @(#) error.h 1.2 92/01/15 21:53:14 */
+
+extern int errcount; /* error counter */
+extern void error(); /* default context */
+extern void error_where(); /* user-specified context */
+extern void fatal(); /* fatal error */