From c1eae41e1957db56aaf7afcafa2f097042fa4217 Mon Sep 17 00:00:00 2001 From: Patrick McHardyJesper Brouer Date: Tue, 25 Jul 2006 01:50:48 +0000 Subject: Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause invalid arguments to get accepted. --- include/iptables.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/iptables.h b/include/iptables.h index d616c8c4..ba27cac6 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -151,7 +151,6 @@ extern int line; extern void register_match(struct iptables_match *me); extern void register_target(struct iptables_target *me); -extern char *proto_to_name(u_int8_t proto, int nolookup); extern int service_to_port(const char *name, const char *proto); extern u_int16_t parse_port(const char *port, const char *proto); extern struct in_addr *dotted_to_addr(const char *dotted); -- cgit v1.2.3