diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-19 20:08:59 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-19 20:08:59 +0000 |
commit | 8e0a966c57f17e914ebf614e0fb11526496a03c8 (patch) | |
tree | b6827cc5af4db497dada445ef2aceda59b9d474c /hcid/dbus-service.h | |
parent | e989bd9c02eeaeb469061fbf908f67fe279c03f5 (diff) |
Implement Manager.ActivateService
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r-- | hcid/dbus-service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h index 7fdfd933..d01278fa 100644 --- a/hcid/dbus-service.h +++ b/hcid/dbus-service.h @@ -78,6 +78,8 @@ struct service_call *service_call_new(DBusConnection *conn, DBusMessage *msg, struct service *service); void service_call_free(void *data); +int service_start(struct service *service, DBusConnection *conn); + int init_services(const char *path); #endif /* __BLUEZ_DBUS_SERVICE_H */ |