diff options
Diffstat (limited to 'android/hidhost.h')
-rw-r--r-- | android/hidhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hidhost.h b/android/hidhost.h index 5c3c80115..101719595 100644 --- a/android/hidhost.h +++ b/android/hidhost.h @@ -21,5 +21,5 @@ * */ -bool bt_hid_register(const bdaddr_t *addr); +bool bt_hid_register(struct ipc *ipc, const bdaddr_t *addr); void bt_hid_unregister(void); |