From e5c061afabf018634a507f00df5b1d0c4bd53a37 Mon Sep 17 00:00:00 2001 From: Maciej Zenczykowski Date: Mon, 4 Apr 2011 15:36:14 +0200 Subject: v4: rename delete_chain() to delete_chain4() Signed-off-by: Maciej Zenczykowski Signed-off-by: Patrick McHardy --- include/iptables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/iptables.h b/include/iptables.h index a2ed9d6d..4e9ae197 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -9,7 +9,7 @@ /* Your shared library should call one of these. */ extern int do_command(int argc, char *argv[], char **table, struct iptc_handle **handle); -extern int delete_chain(const ipt_chainlabel chain, int verbose, +extern int delete_chain4(const ipt_chainlabel chain, int verbose, struct iptc_handle *handle); extern int flush_entries4(const ipt_chainlabel chain, int verbose, struct iptc_handle *handle); -- cgit v1.2.3