From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 7 Feb 2012 16:12:16 +0800 References: <1328566314-16721-1-git-send-email-sven@narfation.org> In-Reply-To: <1328566314-16721-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202071612.20947.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Remove declaration of only locally used functions 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: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Tuesday, February 07, 2012 06:11:53 Sven Eckelmann wrote: > The blaII code removed references to two functions outside of the own > source file. route_unicast_packet can be marked as static since > 9c11509d3bbf914060be1bcb4448ea69d571fcb9 and tt_global_del since > 7c5289cb52a5cecaeeddc719cd52b50bb17263dd Applied in revision befb4bc. Thanks, Marek