summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-01-20 13:38:08 +0000
committerPatrick McHardy <kaber@trash.net>2008-01-20 13:38:08 +0000
commitbd9438420d92c41a5cf20a53b7a18d3ddea4216d (patch)
tree3a8c230caa47a0baf2db892da10e2a309022bcad /include/iptables.h
parent08b1616e068166e016b3ee7110db10ae5d853422 (diff)
rename overlapping function names
Rename overlapping function names. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Diffstat (limited to 'include/iptables.h')
-rw-r--r--include/iptables.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/iptables.h b/include/iptables.h
index 7c5c0f7c..f39410c0 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -24,11 +24,6 @@ extern int line;
extern void register_match(struct iptables_match *me);
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 void parse_hostnetworkmask(const char *name, struct in_addr **addrpp,
- struct in_addr *maskp, unsigned int *naddrs);
extern u_int16_t parse_protocol(const char *s);
extern int do_command(int argc, char *argv[], char **table,