Include config.h.
[gnulib.git] / lib / error.h
index 55d862a..e288a79 100644 (file)
@@ -38,4 +38,7 @@ void error (int, int, const char *, ...) \
 void error ();
 #endif
 
+/* This variable is incremented each time `error' is called.  */
+extern unsigned int error_message_count;
+
 #endif /* _error_h_ */