summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addons/websocket/nx_websocket_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/websocket/nx_websocket_client.h b/addons/websocket/nx_websocket_client.h
index 3757a956..5d4949c2 100644
--- a/addons/websocket/nx_websocket_client.h
+++ b/addons/websocket/nx_websocket_client.h
@@ -297,7 +297,7 @@ UINT _nx_websocket_client_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_TCP_SOCKE
UCHAR *host, UINT host_length,
UCHAR *uri_path, UINT uri_path_length,
UCHAR *protocol, UINT protocol_length,
- *bearer, UINT bearer_length, UINT wait_option);
+ UCHAR *bearer, UINT bearer_length, UINT wait_option);
#ifdef NX_SECURE_ENABLE
UINT _nxe_websocket_client_secure_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *tls_session,
UCHAR *host, UINT host_length,