diff options
| author | Alok Barsode <alok.barsode@azingo.com> | 2008-07-23 13:42:28 +0530 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-29 10:49:49 -0300 |
| commit | 149d5994868e05c44d8e1dfd0547a126e6c48e11 (patch) | |
| tree | 39df1ac5e502be544ecf7a8339a91c3677214c54 /hcid/adapter.h | |
| parent | 5785e005b77ff5f0620dad237aefed0ec087a8f1 (diff) | |
Adding adapter_free.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/adapter.h')
| -rw-r--r-- | hcid/adapter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h index e83d808f..d27f85ef 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -178,3 +178,4 @@ struct adapter *adapter_create(int id); uint16_t adapter_get_dev_id(struct adapter *adapter); const gchar *adapter_get_path(struct adapter *adapter); const gchar *adapter_get_address(struct adapter *adapter); +void adapter_free(struct adapter *adapter); |
