summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-08 18:18:37 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-11 13:43:34 +0100
commit281beafa5afad6e4bc0ac18d218f5d76f4973d92 (patch)
tree186ea234557de601415c5ceb1b81b589fb995260 /include
parent8861db1b771a69de91f0d17ea9b70a63b3c9504a (diff)
scanner: socket: move to own 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 2cdccaf5..fd5006d3 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -33,6 +33,7 @@ enum startcond_type {
PARSER_SC_EXPR_NUMGEN,
PARSER_SC_EXPR_QUEUE,
PARSER_SC_EXPR_RT,
+ PARSER_SC_EXPR_SOCKET,
};
struct mnl_socket;