From 9a8fc4f89ef120d7beda3724994a1544346b947d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 25 Jun 2009 17:13:46 +0200 Subject: xtables: add multi-registration functions Similar to the ones that are present in the kernel. Signed-off-by: Jan Engelhardt --- include/xtables.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/xtables.h.in b/include/xtables.h.in index 037fae19..222e2a9f 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -233,7 +233,9 @@ extern struct xtables_target *xtables_find_target(const char *name, /* Your shared library should call one of these. */ extern void xtables_register_match(struct xtables_match *me); +extern void xtables_register_matches(struct xtables_match *, unsigned int); extern void xtables_register_target(struct xtables_target *me); +extern void xtables_register_targets(struct xtables_target *, unsigned int); extern bool xtables_strtoul(const char *, char **, unsigned long *, unsigned long, unsigned long); -- cgit v1.2.3