summaryrefslogtreecommitdiff
path: root/unproto/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'unproto/error.h')
-rw-r--r--unproto/error.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/unproto/error.h b/unproto/error.h
index 579906d..dfb27e9 100644
--- a/unproto/error.h
+++ b/unproto/error.h
@@ -1,4 +1,6 @@
-/* @(#) error.h 1.1 91/11/30 21:10:36 */
+/* @(#) 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 */