From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 03/13] xtables.h: move non-exported parts to internal.h Date: Sun, 13 Apr 2008 08:09:02 +0200 Message-ID: <4801A37E.3090504@trash.net> References: <480195AD.3000708@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:34184 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751162AbYDMGJG (ORCPT ); Sun, 13 Apr 2008 02:09:06 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Sunday 2008-04-13 07:10, Patrick McHardy wrote: > >> Jan Engelhardt wrote: >>> A number of enums, structs, functions are not used by modules, so >>> they do not need exporting. >>> --- >>> include/xtables.h | 61 ------------------------------------ >>> include/xtables/internal.h | 60 +++++++++++++++++++++++++++++++++++ >>> 2 files changed, 60 insertions(+), 61 deletions(-) >> Applied. >> >> I hope you made sure that none of this is used by tc ipt action >> in iproute2. In case it is, please send a fix on top. >> > tc has its own copy of everything, so stands independent. > Right, thanks for verifying this.