From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] netfilter: remove prototype of netfilter_queue_init Date: Sat, 19 Aug 2017 13:23:11 +0200 Message-ID: <20170819112311.GB4534@salvia> References: <20170803012620.17993-1-ap420073@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: fw@strlen.de, netfilter-devel@vger.kernel.org To: Taehee Yoo Return-path: Received: from ganesha.gnumonks.org ([213.95.27.120]:38831 "EHLO ganesha.gnumonks.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329AbdHSLXh (ORCPT ); Sat, 19 Aug 2017 07:23:37 -0400 Content-Disposition: inline In-Reply-To: <20170803012620.17993-1-ap420073@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Aug 03, 2017 at 10:26:20AM +0900, Taehee Yoo wrote: > The netfilter_queue_init() has been removed. > so we can remove the prototype of that. Also applied, thanks.