From 232f2c3287fc780f31c076767799afc08d34cf02 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 23 Jul 2021 14:34:34 +0200 Subject: scanner: synproxy: Move to own scope Quite a few keywords are shared with PARSER_SC_TCP. Signed-off-by: Phil Sutter --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index 16e02a1f..0e75bad4 100644 --- a/include/parser.h +++ b/include/parser.h @@ -55,6 +55,7 @@ enum startcond_type { PARSER_SC_EXPR_SOCKET, PARSER_SC_STMT_LOG, + PARSER_SC_STMT_SYNPROXY, }; struct mnl_socket; -- cgit v1.2.3