From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [13/19] rename overlapping function names Date: Sun, 20 Jan 2008 14:37:43 +0100 Message-ID: <47934EA7.9090906@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:58096 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751834AbYATNin (ORCPT ); Sun, 20 Jan 2008 08:38:43 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > Rename overlapping function names. > > Signed-off-by: Jan Engelhardt > > --- > extensions/libip6t_policy.c | 6 > extensions/libipt_DNAT.c | 6 > extensions/libipt_NETMAP.c | 6 > extensions/libipt_SAME.c | 6 > extensions/libipt_SNAT.c | 6 > extensions/libipt_iprange.c | 6 > extensions/libipt_policy.c | 4 > extensions/libxt_conntrack.c | 8 - > include/iptables.h | 5 > include/xtables.h | 7 > ip6tables.c | 159 --------------------- > iptables.c | 198 -------------------------- > xtables.c | 318 +++++++++++++++++++++++++++++++++++++++++++ > 13 files changed, 356 insertions(+), 379 deletions(-) This patch could have used a better description, it also moves some functions to xtables.c. Anyways, applied.