From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v3] libnftnl: tests: Use getopt_long to parse the command-line arguments. Date: Mon, 7 Apr 2014 10:49:45 +0200 Message-ID: <20140407084945.GA9705@localhost> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Ana Rey Return-path: Received: from mail.us.es ([193.147.175.20]:34052 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750740AbaDGItx (ORCPT ); Mon, 7 Apr 2014 04:49:53 -0400 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Apr 04, 2014 at 11:22:37AM +0200, Ana Rey wrote: > Use getopt_long to parse the command-line arguments and > prepare it to add new arguments in next patches. Applied, thanks Ana.