summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-10 18:35:04 -0300
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:31:32 -0300
commitf0e152e16102de80b7fe8510f455f993980ebb2f (patch)
treec6f682bce1d381f50414533e551fc3351e817de1 /hcid/dbus-service.h
parent34f8a76bd5bd24ae1a1594f4d1460df393675ec1 (diff)
Remove deprecated object paths and files.
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index d41a170a..374f9008 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -22,25 +22,6 @@
*
*/
-struct service {
- char *object_path;
- char *ident;
- char *name;
-};
-
-void release_services(DBusConnection *conn);
-
-void append_available_services(DBusMessageIter *iter);
-
-struct service *search_service(const char *pattern);
-
-struct service *search_service_by_uuid(const char *uuid);
-
-int service_unregister(DBusConnection *conn, struct service *service);
-
-int register_service(const char *ident, const char **uuids);
-void unregister_service(const char *ident);
-
typedef void (*service_auth_cb) (DBusError *derr, void *user_data);
int service_req_auth(const bdaddr_t *src, const bdaddr_t *dst,
const char *uuid, service_auth_cb cb, void *user_data);