diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-10-27 17:45:53 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-10-27 17:45:53 +0000 |
commit | f6b3297c6123445d3db8111eb4bcbc17d24fd132 (patch) | |
tree | 1693bdaa29884734002a461c29df8501b1610cf3 /hcid/dbus.h | |
parent | ccd3b42688143a3c0bcf3fae5daa23b4544aac13 (diff) |
Added SetTrusted in the Service interface
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r-- | hcid/dbus.h | 1 |
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); |