summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
authorMaciej Zenczykowski <maze@google.com>2011-04-04 15:36:14 +0200
committerPatrick McHardy <kaber@trash.net>2011-04-04 15:36:14 +0200
commite5c061afabf018634a507f00df5b1d0c4bd53a37 (patch)
tree1d7f8445e6c712ca6ad1dcad8a6c14846a7f6b80 /include/iptables.h
parent74ace0a46048d01611a44c24f6fe5f59d936231b (diff)
v4: rename delete_chain() to delete_chain4()
Signed-off-by: Maciej Zenczykowski <maze@google.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/iptables.h')
-rw-r--r--include/iptables.h2
1 files changed, 1 insertions, 1 deletions
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);