summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-07-09 14:19:58 +0530
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:35:19 -0300
commitf169545f05c25960c094c12f11a4ee452fb96ba8 (patch)
tree28920bf177a84519f4df1c9cd6386ca358488fc9 /hcid/device.h
parent9f94306bcd017a6acb152685c940ed6d027a98c7 (diff)
Adding device_is_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 d30104ea..3a82cf07 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -62,6 +62,7 @@ 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);
gboolean device_is_busy(struct device *device);
+gboolean device_is_temporary(struct device *device);
#define BTD_UUIDS(args...) ((const char *[]) { args, NULL } )