summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-07-09 13:31:49 +0530
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:34:54 -0300
commitd8b1e6017c0198bc996f9f9518037d69902b7830 (patch)
tree05502c1fde848460f683761ff64cf6bc66915dfb /hcid/device.h
parenta2335a65bb61313b3e46be861c90ca8bdb786eb8 (diff)
Adding device_set_agent.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/device.h')
-rw-r--r--hcid/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h
index 611b8140..038e9764 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -60,6 +60,7 @@ struct adapter *device_get_adapter(struct device *device);
const gchar *device_get_address(struct device *device);
const gchar *device_get_path(struct device *device);
struct agent *device_get_agent(struct device *device);
+void device_set_agent(struct device *device, struct agent *agent);
#define BTD_UUIDS(args...) ((const char *[]) { args, NULL } )