summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h2
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 */