aboutsummaryrefslogtreecommitdiff
path: root/attrib/client.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2011-04-11 15:24:48 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-04-14 20:10:15 +0300
commit8447ce5c943e5b73149321fd4f61ed482c4e9427 (patch)
tree9b6f00d69c89bf4aa4e8acb2c55921c78c6e489a /attrib/client.h
parent5eb9d13c5b75f3659454466d511533c2f413cbbd (diff)
downloadbluez-8447ce5c943e5b73149321fd4f61ed482c4e9427.tar.gz
Remove btd_device_add_service function
btd_device_add_service is no longer necessary if the object paths for the primary services can be returned during the registration.
Diffstat (limited to 'attrib/client.h')
-rw-r--r--attrib/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/client.h b/attrib/client.h
index b4a4eccb..b29797ce 100644
--- a/attrib/client.h
+++ b/attrib/client.h
@@ -22,7 +22,7 @@
*
*/
-int attrib_client_register(DBusConnection *connection,
+GSList *attrib_client_register(DBusConnection *connection,
struct btd_device *device, int psm,
GAttrib *attrib, GSList *primaries);
void attrib_client_unregister(struct btd_device *device);