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 --- serial/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serial') diff --git a/serial/main.c b/serial/main.c index 518649e0..7a8d01f3 100644 --- a/serial/main.c +++ b/serial/main.c @@ -97,7 +97,7 @@ static GDBusMethodTable serial_methods[] = { static DBusConnection *conn; -static int serial_probe(struct btd_device *device) +static int serial_probe(struct btd_device *device, GSList *records) { const gchar *path = device_get_path(device); DBG("path %s", path); -- cgit