summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-06-07 12:00:24 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-06-07 12:00:24 +0200
commit11c2dd54b69e06ae3f35dea130ecba3df3859243 (patch)
tree7be48a673e07551b1d38dbbf0fef157d8753d2ff /include
parent0cb675b8f18c4b074d4c69461638820708e98100 (diff)
xtables: remove xtables_set_revision function
Since iptables uses its own copies of the header files anyway where the revision field is exposed, there is no reach to access name[] beyond its size. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include')
-rw-r--r--include/xtables.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in
index 788ad7de..2d7df322 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -216,7 +216,6 @@ extern void *xtables_realloc(void *, size_t);
extern int xtables_insmod(const char *, const char *, bool);
extern int xtables_load_ko(const char *, bool);
extern int xtables_set_params(struct xtables_globals *xtp);
-extern void xtables_set_revision(char *name, u_int8_t revision);
extern void xtables_free_opts(int reset_offset);
extern struct option *xtables_merge_options(struct option *oldopts,
const struct option *newopts, unsigned int *option_offset);