summaryrefslogtreecommitdiff
path: root/libaltos/libaltos.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-10 21:13:49 -0700
committerKeith Packard <keithp@keithp.com>2014-07-10 21:13:49 -0700
commit405626971b47d4d4031312232bf13ad3d4bace7f (patch)
tree2a66625213a897a5ed118e8d1b26c3e8504633db /libaltos/libaltos.c
parent5f5b03879d9daa68a56498b45ae87a804cb1926b (diff)
libaltos: typo in libaltos broke the build
When converting this to use dlopen, I mis-typed the name hci_read_remote_name Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos/libaltos.c')
-rw-r--r--libaltos/libaltos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaltos/libaltos.c b/libaltos/libaltos.c
index a1f1ee4c..4e3bc2c5 100644
--- a/libaltos/libaltos.c
+++ b/libaltos/libaltos.c
@@ -675,7 +675,7 @@ bt_func(str2ba, int, -1, (const char *str, bdaddr_t *ba), (str, ba))
#define str2ba altos_str2ba
bt_func(hci_read_remote_name, int, -1, (int sock, const bdaddr_t *ba, int len, char *name, int timeout), (sock, ba, len, name, timeout))
-#define hci_read_remote altos_hci_read_remote
+#define hci_read_remote_name altos_hci_read_remote_name
bt_func(hci_open_dev, int, -1, (int dev_id), (dev_id))
#define hci_open_dev altos_hci_open_dev