From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] lib: remove "extern" keyword for functions from header files Date: Thu, 28 Jan 2016 18:04:12 +0100 Message-ID: <2878918.F4Xrydfysn@xps13> References: <1940526.tdz5MxOLn2@xps13> <1453991483-15162-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id A9BE5C4C2 for ; Thu, 28 Jan 2016 18:05:24 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id l66so20165816wml.0 for ; Thu, 28 Jan 2016 09:05:24 -0800 (PST) In-Reply-To: <1453991483-15162-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-01-28 14:31, Ferruh Yigit: > Remove "extern" keywords in header files, the ones for function > prototypes > > v2: > * fix identation > > Signed-off-by: Ferruh Yigit Applied, thanks