summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-10-17 14:37:07 +0200
committerAllan McRae <allan@archlinux.org>2015-11-03 05:36:59 +0100
commit906dc0ce24d62284b6a3caf612948553e7ffceb3 (patch)
tree46d1c8c255353b8142eecd8341f050030ff5ee32 /src/pacman/conf.h
parent697377aae3df2ed9743f20c92e807526105c60c0 (diff)
downloadpacman-906dc0ce24d62284b6a3caf612948553e7ffceb3.tar.gz
pacman-906dc0ce24d62284b6a3caf612948553e7ffceb3.tar.xz
Add -F --machinereadable option
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org>
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 cde67414..7a7e9cf3 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -90,6 +90,7 @@ typedef struct __config_t {
unsigned short op_s_upgrade;
unsigned short op_f_regex;
+ unsigned short op_f_machinereadable;
unsigned short group;
unsigned short noask;
@@ -192,6 +193,7 @@ enum {
OP_RECURSIVE,
OP_SEARCH,
OP_REGEX,
+ OP_MACHINEREADABLE,
OP_UNREQUIRED,
OP_UPGRADES,
OP_SYSUPGRADE,