From 543bf3c2bb5e67b024231f01c9d88fb29298c72b Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 27 Jul 2021 16:35:14 +0200 Subject: scanner: import, export: Move to own scopes In theory, one could use a common scope for both import and export commands, their parameters are identical. Signed-off-by: Phil Sutter --- include/parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index 0601b410..090fd788 100644 --- a/include/parser.h +++ b/include/parser.h @@ -45,6 +45,8 @@ enum startcond_type { PARSER_SC_TCP, PARSER_SC_TYPE, PARSER_SC_VLAN, + PARSER_SC_CMD_EXPORT, + PARSER_SC_CMD_IMPORT, PARSER_SC_CMD_LIST, PARSER_SC_CMD_MONITOR, PARSER_SC_CMD_RESET, -- cgit v1.2.3