summaryrefslogtreecommitdiffstats
path: root/xshared.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-02-07 03:18:53 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-02-07 03:23:55 +0100
commitacef6043f647806096c41294b00472f6ce7462d7 (patch)
tree4d667b3cc43d857944dbba10a0fcf90172ca7967 /xshared.h
parentf4b6e5290e869fccb87c03da5603a38b7e55abc5 (diff)
src: deduplicate and simplify implicit protocol extension loading
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'xshared.h')
-rw-r--r--xshared.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xshared.h b/xshared.h
index 06d73ab9..d0cb5162 100644
--- a/xshared.h
+++ b/xshared.h
@@ -45,7 +45,6 @@ enum {
extern void print_extension_helps(const struct xtables_target *,
const struct xtables_rule_match *);
extern const char *proto_to_name(uint8_t, int);
-extern struct xtables_match *find_proto(const char *, enum xtables_tryload,
- int, struct xtables_rule_match **);
+extern struct xtables_match *load_proto(struct iptables_command_state *);
#endif /* IPTABLES_XSHARED_H */