summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-07-22 21:33:26 +0530
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:48:34 -0300
commitee86cf6916b26c167de8f0444778926148726fdf (patch)
tree060ce17692ec9a6b5bcabc98592d1e9eda4219e5 /hcid/adapter.h
parent661a10565362c5ae0aad6a2ebf6513390cba868e (diff)
Adding adapter_get_path.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 3446f73d..476fdf1d 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -176,3 +176,4 @@ struct pending_auth_info *adapter_new_auth_request(struct adapter *adapter,
auth_type_t type);
struct adapter *adapter_create(int id);
uint16_t adapter_get_dev_id(struct adapter *adapter);
+const gchar *adapter_get_path(struct adapter *adapter);