summaryrefslogtreecommitdiffstats
path: root/xshared.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-02-07 03:39:36 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-02-07 03:42:56 +0100
commit9bb76094b26d22c7a85d98a075640f054b7910f4 (patch)
tree51ea0f732ebad8b2ff5a12e479770bce5dcde7f5 /xshared.h
parent94e247b80a0c28140056ee07ea24e54ca5dbebaf (diff)
src: move jump option handling from do_command6 into its own function
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'xshared.h')
-rw-r--r--xshared.h1
1 files changed, 1 insertions, 0 deletions
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;
};