summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorArtyom <smirnoffjr@gmail.com>2007-11-07 08:05:33 +0100
committerDan McGee <dan@archlinux.org>2007-11-25 21:33:32 +0100
commit1e9a1a0292dbbf8039b8fb7536dbff2af28c7afb (patch)
tree0e562b0608c2b530d12c3c07e4b9becb000d4ed2 /src/pacman/conf.h
parentc36b0f32c6f77cc363ed8f3ddc1a50625af944a9 (diff)
downloadpacman-1e9a1a0292dbbf8039b8fb7536dbff2af28c7afb.tar.gz
pacman-1e9a1a0292dbbf8039b8fb7536dbff2af28c7afb.tar.xz
Add -q/--quiet option for controlling output.
Currently this only affects -Ss, -Sl, and -Q to output less information (only package names). In the future, we can reuse this flag for other things as well. [Aaron: rewritten as a front-end flag] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> [Dan: squashed commits together] Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h1
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;