diff options
Diffstat (limited to 'src/core/show-status.h')
-rw-r--r-- | src/core/show-status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/show-status.h b/src/core/show-status.h index 0686b60d74..178f624d6c 100644 --- a/src/core/show-status.h +++ b/src/core/show-status.h @@ -9,6 +9,7 @@ typedef enum ShowStatus { SHOW_STATUS_NO, /* printing of status is disabled */ + SHOW_STATUS_ERROR, /* only print errors */ SHOW_STATUS_AUTO, /* disabled but may flip to _TEMPORARY */ SHOW_STATUS_TEMPORARY, /* enabled temporarily, may flip back to _AUTO */ SHOW_STATUS_YES, /* printing of status is enabled */ |