summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-01-20 13:36:08 +0000
committerPatrick McHardy <kaber@trash.net>2008-01-20 13:36:08 +0000
commit08b1616e068166e016b3ee7110db10ae5d853422 (patch)
tree488c6f587304c43ca94e6c0da62cf4547fcac564 /include/iptables.h
parenta80b6046fa216c26dbc18d587f6255afa8444885 (diff)
bunch o' renames
Move a few functions from iptables.c/ip6tables.c to xtables.c so they are available for combined (both AF_INET and AF_INET6) libxt modules. Rename overlapping function names. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Diffstat (limited to 'include/iptables.h')
-rw-r--r--include/iptables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/iptables.h b/include/iptables.h
index 91a93c32..7c5c0f7c 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -26,9 +26,6 @@ extern void register_target(struct iptables_target *me);
extern struct in_addr *dotted_to_addr(const char *dotted);
extern struct in_addr *dotted_to_mask(const char *dotted);
-extern char *addr_to_dotted(const struct in_addr *addrp);
-extern char *addr_to_anyname(const struct in_addr *addr);
-extern char *mask_to_dotted(const struct in_addr *mask);
extern void parse_hostnetworkmask(const char *name, struct in_addr **addrpp,
struct in_addr *maskp, unsigned int *naddrs);