diff options
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r-- | src/pacman/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h index ee55e1d9..01d69498 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -26,6 +26,7 @@ typedef struct __config_t { char *configfile; unsigned short op; + unsigned short quiet; unsigned short verbose; unsigned short version; unsigned short help; |