summaryrefslogtreecommitdiff
path: root/android/socket.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-03-02 22:50:50 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-03-02 22:50:50 +0100
commitc7b5bf9bd41092acc22c6b961a0a7b89de025bc3 (patch)
tree30ecb279f5349e269b407c2ccfcb9c17eb8e2157 /android/socket.h
parenta7b02c9cb39631faee24b9605f0b8dedbfe68233 (diff)
downloadbluez-c7b5bf9bd41092acc22c6b961a0a7b89de025bc3.tar.gz
android/socket: Remove leftover function declaration
Diffstat (limited to 'android/socket.h')
-rw-r--r--android/socket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/socket.h b/android/socket.h
index d3ed9b404..a1eca5a62 100644
--- a/android/socket.h
+++ b/android/socket.h
@@ -28,7 +28,5 @@ struct hal_sock_connect_signal {
int status;
} __attribute__((packed));
-void bt_sock_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len);
-
void bt_socket_register(struct ipc *ipc, const bdaddr_t *addr);
void bt_socket_unregister(void);