From 9bb76094b26d22c7a85d98a075640f054b7910f4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 7 Feb 2011 03:39:36 +0100 Subject: src: move jump option handling from do_command6 into its own function Signed-off-by: Jan Engelhardt --- xshared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xshared.h') diff --git a/xshared.h b/xshared.h index d0cb5162..a08e6d98 100644 --- a/xshared.h +++ b/xshared.h @@ -35,6 +35,7 @@ struct iptables_command_state { struct xtables_target *target; char *protocol; int proto_used; + const char *jumpto; char **argv; }; -- cgit v1.2.3