From 4b0ab7e43f4fa555641902b07f2f7ab3821f2b75 Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Mon, 21 Jul 2008 14:53:56 +0530 Subject: Adding sdp_record list as parameter to probe. Signed-off-by: Alok Barsode --- input/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/main.c b/input/main.c index 713335ee..8462967a 100644 --- a/input/main.c +++ b/input/main.c @@ -76,7 +76,7 @@ static GDBusSignalTable input_signals[] = { static DBusConnection *conn; -static int input_probe(struct btd_device *device) +static int input_probe(struct btd_device *device, GSList *records) { const gchar *path = device_get_path(device); DBG("path %s", path); -- cgit