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 --- network/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network/main.c b/network/main.c index 219c4417..4fcf5192 100644 --- a/network/main.c +++ b/network/main.c @@ -83,7 +83,7 @@ static GDBusSignalTable network_signals[] = { static DBusConnection *conn; -static int network_probe(struct btd_device *device) +static int network_probe(struct btd_device *device, GSList *records) { const gchar *path = device_get_path(device); DBG("path %s", path); -- cgit