summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index 84b5a253..3fff9008 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -88,6 +88,8 @@ typedef struct __config_t {
unsigned short op_s_search;
unsigned short op_s_upgrade;
+ unsigned short op_f_regex;
+
unsigned short group;
unsigned short noask;
unsigned int ask;
@@ -187,6 +189,7 @@ enum {
OP_ROOT,
OP_RECURSIVE,
OP_SEARCH,
+ OP_REGEX,
OP_UNREQUIRED,
OP_UPGRADES,
OP_SYSUPGRADE,