From a7a78009cae0f94cff8d16430522a8901d1c4b90 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 22 Jun 2007 03:23:26 +0000 Subject: Handle local connection disconnects --- hcid/dbus-service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcid/dbus-service.h') 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 */ -- cgit