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 /network | |
parent | 6d825531c184a498150203090b37f2ccb6819571 (diff) |
Adding sdp_record list as parameter to probe.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |