From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Thu, 28 Jan 2016 18:05:24 +0100 (CET)
Received: by mail-wm0-f41.google.com with SMTP id l66so20165816wml.0
 for <dev@dpdk.org>; Thu, 28 Jan 2016 09:05:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=wACH/D2DLFT1TwH4IkzPWRtK3olrYfHcFhWGHZTg2PA=;
 b=n8sRDs/Wih3Zjp5uhcT1kyU0sgsRLbuUgbZnq7938ycT58g64qDqMxZjtSQk+kA5KQ
 rJ9EXduSyRUert8khokz0mMk4uXk4OARLl/d2gQadPj186f6SYIlmqteL+yTRPnZk57x
 LX2oiNtBPl2t5+HaKmQwoB3pftaeEGwOgBm/K7pZYKjLPCi2+dkX0tGAVQZ/W5YyoPvd
 PvZ3qaxKSHGcBmzfrXncXm02RmdpQft6RxA2gf9L+bjv/HyVDrB2lQHSjdfzOgpV2ysY
 R4Yh5F13ehlqvk6Hwa7kCHLHxCxlIxxTuwRSlIO6qVDczuzlYgcy7U59G6+1INS8bx5d
 Z83Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=wACH/D2DLFT1TwH4IkzPWRtK3olrYfHcFhWGHZTg2PA=;
 b=PNafWZesPk4HWTTRYj2TPnm8b44gPNq6nLWOXvqyhAJUyWeM/j3AF39RKxOYrQlg05
 qFoBM5b/gih7l0XZCOQ/fIE9p+lSxmH+o/hd9VbJbcMTxWUZLEmX0evXGNeaU4iWwPYj
 0pUJCVZ3brL9WLaaAmM9n6GqeaH7eR3mkyl3v1FjCkkFIOl+K+ST40ou2+MzrbPNYq5m
 WiKtCFRjLRZdLhOBSAoR3OmuIFnK5H/lLwqNwBVcw1WGRAAALhHdEWIYg1LQxMoLvguu
 FjSaEQZE5zp6na5CiL+1RZmjx5mOMxEyKxYhY8o8rJet0FJdna5u3rrh2D10X3alv2ag
 k3xA==
X-Gm-Message-State: AG10YOQ1tI0aAEcu8Vq1x/Jw3KB5FzM84d3jIr7lZ1MYa8FMAhna20FTV8aIew6UiIm159p8
X-Received: by 10.195.11.226 with SMTP id el2mr5116403wjd.112.1454000724519;
 Thu, 28 Jan 2016 09:05:24 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id x186sm3691940wmg.19.2016.01.28.09.05.23
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 28 Jan 2016 09:05:23 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Date: Thu, 28 Jan 2016 18:04:12 +0100
Message-ID: <2878918.F4Xrydfysn@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1453991483-15162-1-git-send-email-ferruh.yigit@intel.com>
References: <1940526.tdz5MxOLn2@xps13>
 <1453991483-15162-1-git-send-email-ferruh.yigit@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2] lib: remove "extern" keyword for
	functions from header files
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 28 Jan 2016 17:05:24 -0000

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 <ferruh.yigit@intel.com>

Applied, thanks