summaryrefslogtreecommitdiff
path: root/lib/error.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-20 13:28:24 +0000
committerJim Meyering <jim@meyering.net>1995-05-20 13:28:24 +0000
commit37a6bc3abff0636164ba01a09994ba91c9b065df (patch)
tree77c6ab1db640fa66c4785fab38f88926a046ef3d /lib/error.h
parente364481ca4089e0342fb5366a5671cd4fdaefff2 (diff)
downloadcoreutils-37a6bc3abff0636164ba01a09994ba91c9b065df.tar.xz
merge with 1.11.1a
Diffstat (limited to 'lib/error.h')
-rw-r--r--lib/error.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/error.h b/lib/error.h
index 55d862adb..e288a7921 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -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_ */