From 2f9be9412597f21517560fb14dcccbeadc23ba37 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 20 Jan 2008 13:38:08 +0000 Subject: [PATCH]: rename overlapping function names Rename overlapping function names. Signed-off-by: Jan Engelhardt --- include/iptables.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/iptables.h') diff --git a/include/iptables.h b/include/iptables.h index 7c5c0f7..f39410c 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, -- cgit v1.2.3