summaryrefslogtreecommitdiffstats
path: root/include/xtables.h.in
diff options
context:
space:
mode:
authorJamal Hadi Salim <hadi@cyberus.ca>2009-02-12 09:33:59 -0500
committerJan Engelhardt <jengelh@medozas.de>2009-02-12 18:56:45 +0100
commit853322131026d62df3f8d77d67e5c63be496303c (patch)
treed2e7dee1d15300a01d4e1c6837ccda49b1fe0141 /include/xtables.h.in
parent617d3d140f4739558dce2ef8ed01aef251cf5487 (diff)
libxtables: add xtables_set_revision
Introduce xtables_set_revision() and make iptables and ip6tables use it. Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Diffstat (limited to 'include/xtables.h.in')
-rw-r--r--include/xtables.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in
index ae1594a6..5af52071 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -204,6 +204,7 @@ extern void *xtables_malloc(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);
void xtables_free_opts(int reset_offset, struct option *original_opts);
extern struct xtables_match *xtables_find_match(const char *name,