summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-08 18:18:34 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-11 13:43:31 +0100
commit992a5dc69742717af9056be61d46b455a5448bae (patch)
tree1f88eaca0ede5a5be3ae7ada93653b3acb67707c /include
parent5896772fe3c5f01696188ea04957a825ee601b12 (diff)
scanner: queue: move to own scope
allows to remove 3 queue specific keywords from INITIAL scope. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index b2ebd7aa..c3a85a4c 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -30,6 +30,7 @@ enum startcond_type {
PARSER_SC_BEGIN,
PARSER_SC_EXPR_HASH,
PARSER_SC_EXPR_NUMGEN,
+ PARSER_SC_EXPR_QUEUE,
};
struct mnl_socket;