diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-07-21 14:53:56 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:47:14 -0300 |
commit | 4b0ab7e43f4fa555641902b07f2f7ab3821f2b75 (patch) | |
tree | bc6b8114dea3c3ee9613b398d0c056ada2e31ae3 /serial/main.c | |
parent | 6d825531c184a498150203090b37f2ccb6819571 (diff) |
Adding sdp_record list as parameter to probe.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'serial/main.c')
-rw-r--r-- | serial/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |