summaryrefslogtreecommitdiff
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2007-07-15 00:44:06 +0200
committerDan McGee <dan@archlinux.org>2007-08-15 20:21:43 -0400
commit0f539832f45fa2c183cfe52c1881b3acaa54e3e6 (patch)
treef173e3934a819fd061ca4b3c2fa5a6b36bf1dc56 /src/pacman/conf.h
parent064de149b7e4f6ea2891ae522102c4ae958f55e5 (diff)
new query options : explicit (-Qe) and deps (-Qd).
The t shortcut for --test was removed, the orphan option (previously -Qe) was renamed to -Qt, -Qe lists all packages installed explictly, and -Qd lists all packages installed as dependencies. Besides, t can be combined with either e or d. Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index 60c116ad..4acf9072 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -41,6 +41,8 @@ typedef struct __config_t {
unsigned short op_q_list;
unsigned short op_q_foreign;
unsigned short op_q_orphans;
+ unsigned short op_q_deps;
+ unsigned short op_q_explicit;
unsigned short op_q_owns;
unsigned short op_q_search;
unsigned short op_q_changelog;