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 07:10:05 +0200 Message-ID: <480195AD.3000708@trash.net> References: 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]:33185 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750737AbYDMFKJ (ORCPT ); Sun, 13 Apr 2008 01:10:09 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: 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.