diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-06-21 16:40:29 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-06-21 16:40:29 +0000 |
commit | 631f20f4f87398b68b658acc3c374c6b36c1b7eb (patch) | |
tree | 25a75b3fad0e6fff6a9e4ebe03cab8a3117507d1 /include | |
parent | ef13270022a9ac069ef907f36feee499c682356b (diff) | |
download | bluez-631f20f4f87398b68b658acc3c374c6b36c1b7eb.tar.gz |
Fix some errno usages
Diffstat (limited to 'include')
-rw-r--r-- | include/hci_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci_lib.h b/include/hci_lib.h index eac144e70..4bfc51972 100644 --- a/include/hci_lib.h +++ b/include/hci_lib.h @@ -113,7 +113,7 @@ int hci_read_clock(int dd, uint16_t handle, uint8_t which, uint32_t *clock, uint int hci_local_name(int dd, int len, char *name, int to); int hci_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to); -int hci_for_each_dev(int flag, int(*func)(int s, int dev_id, long arg), long arg); +int hci_for_each_dev(int flag, int(*func)(int dd, int dev_id, long arg), long arg); int hci_get_route(bdaddr_t *bdaddr); char *hci_dtypetostr(int type); |