From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRVx8-0001Vh-4u for qemu-devel@nongnu.org; Mon, 26 Jan 2009 13:12:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRVx7-0001Uq-GV for qemu-devel@nongnu.org; Mon, 26 Jan 2009 13:12:53 -0500 Received: from [199.232.76.173] (port=53507 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRVx7-0001Uh-4R for qemu-devel@nongnu.org; Mon, 26 Jan 2009 13:12:53 -0500 Received: from lizzard.sbs.de ([194.138.37.39]:24570) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRVx6-0008Cb-1f for qemu-devel@nongnu.org; Mon, 26 Jan 2009 13:12:52 -0500 Received: from mail1.sbs.de (localhost [127.0.0.1]) by lizzard.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id n0QICowF024599 for ; Mon, 26 Jan 2009 19:12:50 +0100 Received: from [139.25.109.167] (mchn012c.mchp.siemens.de [139.25.109.167] (may be forged)) by mail1.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id n0QICoBq032659 for ; Mon, 26 Jan 2009 19:12:50 +0100 Message-ID: <497DFD25.2010704@siemens.com> Date: Mon, 26 Jan 2009 19:12:53 +0100 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [RESEND #2][PATCH] Add bt_host_hci prototype Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Silence compiler warning by providing a prototype in the CONFIG_BLUEZ case (hw/bt.h provides it otherwise). Signed-off-by: Jan Kiszka --- bt-host.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bt-host.c b/bt-host.c index 07679f6..066757a 100644 --- a/bt-host.c +++ b/bt-host.c @@ -31,6 +31,8 @@ # include # include # include +/* Silence compiler warning */ +struct HCIInfo *bt_host_hci(const char *id); # else # include "hw/bt.h" # define HCI_MAX_FRAME_SIZE 1028