From f4ea591d9154ad811c98c93c5516dc8d6c2807f5 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 13 Apr 2008 05:17:58 +0000 Subject: [PATCH 02/13] Fix all remaining warnings (missing declarations, missing prototypes) --- include/iptables.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/iptables.h') diff --git a/include/iptables.h b/include/iptables.h index f39410c..7ce9080 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -24,8 +24,6 @@ extern int line; extern void register_match(struct iptables_match *me); extern void register_target(struct iptables_target *me); -extern u_int16_t parse_protocol(const char *s); - extern int do_command(int argc, char *argv[], char **table, iptc_handle_t *handle); extern int delete_chain(const ipt_chainlabel chain, int verbose, -- cgit v1.2.3