From patchwork Sun Aug 1 20:36:18 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 331 Return-Path: Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.23]) by open-mesh.net (Postfix) with SMTP id 23995154291 for ; Sun, 1 Aug 2010 22:36:26 +0200 (CEST) Received: (qmail invoked by alias); 01 Aug 2010 20:36:24 -0000 Received: from i59F6B41E.versanet.de (EHLO sven-desktop.lazhur.ath.cx) [89.246.180.30] by mail.gmx.net (mp051) with SMTP; 01 Aug 2010 22:36:24 +0200 X-Authenticated: #15668376 X-Provags-ID: V01U2FsdGVkX18K/Hx+R7cKgNYk6Yae+OffybOnCaC+Sideww3UX9 /CGoJVGeR5/SN2 From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 1 Aug 2010 22:36:18 +0200 Message-Id: <1280694978-28232-1-git-send-email-sven.eckelmann@gmx.de> X-Mailer: git-send-email 1.7.1 X-Y-GMX-Trusted: 0 Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: Keep function unicast_send_frag_skb local X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2010 20:36:26 -0000 Signed-off-by: Sven Eckelmann --- batman-adv/unicast.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/batman-adv/unicast.c b/batman-adv/unicast.c index 64505f7..f6f5d34 100644 --- a/batman-adv/unicast.c +++ b/batman-adv/unicast.c @@ -149,7 +149,7 @@ void frag_list_free(struct list_head *head) return; } -int unicast_send_frag_skb(struct sk_buff *skb, struct bat_priv *bat_priv, +static int unicast_send_frag_skb(struct sk_buff *skb, struct bat_priv *bat_priv, struct batman_if *batman_if, uint8_t dstaddr[], struct orig_node *orig_node) {