summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-27 16:38:59 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit020372d9b333735173cc7ccd012b1cf1d659e9ca (patch)
tree89e895a2616b3a3d835df49c1499d68c3cd45d3a /include/parser.h
parent543bf3c2bb5e67b024231f01c9d88fb29298c72b (diff)
scanner: reject: Move to own scope
Two more keywords isolated. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index 090fd788..08bdeaca 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -72,6 +72,7 @@ enum startcond_type {
PARSER_SC_EXPR_UDPLITE,
PARSER_SC_STMT_LOG,
+ PARSER_SC_STMT_REJECT,
PARSER_SC_STMT_SYNPROXY,
};