summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-07-09 14:22:45 +0530
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:35:30 -0300
commit595bd38a9fe105ef20d1b0527e04c7d28532d22d (patch)
tree40eac498bcad3b19b76f52594f622d254a34f790 /hcid/device.h
parentf169545f05c25960c094c12f11a4ee452fb96ba8 (diff)
Adding device_set_temporary.
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 3a82cf07..4f40e84a 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -63,6 +63,7 @@ struct agent *device_get_agent(struct device *device);
void device_set_agent(struct device *device, struct agent *agent);
gboolean device_is_busy(struct device *device);
gboolean device_is_temporary(struct device *device);
+void device_set_temporary(struct device *device, gboolean temporary);
#define BTD_UUIDS(args...) ((const char *[]) { args, NULL } )