From c1e04bd1b057151afaf7e6138089f2fe2c1b7d1c Mon Sep 17 00:00:00 2001 From: Maciej Zenczykowski Date: Mon, 4 Apr 2011 15:38:11 +0200 Subject: v4: rename do_command() to do_command4() 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 204c92ea..65b32909 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -7,7 +7,7 @@ #include /* Your shared library should call one of these. */ -extern int do_command(int argc, char *argv[], char **table, +extern int do_command4(int argc, char *argv[], char **table, struct iptc_handle **handle); extern int delete_chain4(const ipt_chainlabel chain, int verbose, struct iptc_handle *handle); -- cgit v1.2.3