diff src/error.h @ 4318:115bffcecfd3

[project @ 2003-02-13 05:52:16 by jwe]
author jwe
date Thu, 13 Feb 2003 05:52:16 +0000
parents b79da8779a0e
children f3c21a1d1c62
line wrap: on
line diff
--- a/src/error.h	Tue Feb 11 16:10:09 2003 +0000
+++ b/src/error.h	Thu Feb 13 05:52:16 2003 +0000
@@ -29,6 +29,8 @@
   panic ("impossible state reached in file `%s' at line %d", \
 	 __FILE__, __LINE__)
 
+extern void reset_error_handler (void);
+
 extern void message (const char *name, const char *fmt, ...);
 extern void usage (const char *fmt, ...);
 extern void warning (const char *fmt, ...);