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, 1 insertions, 1 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index 43cf8eee..ec626d84 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -40,10 +40,10 @@ struct service {
char *bus_name; /* D-Bus unique name */
/* Information parsed from the service file */
- char *exec; /* Location of executable */
char *name;
char *descr;
char *ident;
+ char *opts;
gboolean autostart;
GSList *trusted_devices;