summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index f0f58493..49c6c6c6 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -162,6 +162,7 @@ struct service_agent {
char *name;
char *description;
int running;
+ struct slist *trusted_devices;
};
typedef int register_function_t(DBusConnection *conn, uint16_t id);