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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index 4d65b38e..33e7e056 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -45,6 +45,9 @@ struct service {
char *ident;
gboolean autostart;
+ /* Services without a *.service file */
+ gboolean internal;
+
GSList *trusted_devices;
};
@@ -58,4 +61,7 @@ int service_start(struct service *service, DBusConnection *conn);
int init_services(const char *path);
+int service_register(const char *bus_name, const char *ident,
+ const char *name, const char *description);
+
#endif /* __BLUEZ_DBUS_SERVICE_H */