From d9ff801460ee610f98b97571311e4af13bb8e1a1 Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Tue, 22 Jul 2008 19:08:03 +0530 Subject: Adding adapter_create. Signed-off-by: Alok Barsode --- hcid/adapter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/adapter.h') diff --git a/hcid/adapter.h b/hcid/adapter.h index 4afe04af..d4d962f5 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -174,3 +174,4 @@ void adapter_remove_auth_request(struct adapter *adapter, bdaddr_t *dba); struct pending_auth_info *adapter_new_auth_request(struct adapter *adapter, bdaddr_t *dba, auth_type_t type); +struct adapter *adapter_create(int id); -- cgit