diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-06-22 03:23:26 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-06-22 03:23:26 +0000 |
commit | a7a78009cae0f94cff8d16430522a8901d1c4b90 (patch) | |
tree | 8783d50bac3401aa6bdd13e5e729c533b3071d3a /hcid/dbus-service.h | |
parent | ffd959d87bdbdfc823b1e7722c09c08c61a2390f (diff) |
Handle local connection disconnects
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r-- | hcid/dbus-service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h index 141d703f..ee38611c 100644 --- a/hcid/dbus-service.h +++ b/hcid/dbus-service.h @@ -59,9 +59,9 @@ int service_start(struct service *service, DBusConnection *conn); int init_services(const char *path); -int service_register(const char *bus_name, const char *ident, +int service_register(DBusConnection *conn, const char *bus_name, const char *ident, const char *name, const char *description); -int service_unregister(struct service *service); +int service_unregister(DBusConnection *conn, struct service *service); #endif /* __BLUEZ_DBUS_SERVICE_H */ |