summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2025-09-29 16:39:27 +0100
committerFrédéric Desbiens <[email protected]>2025-09-29 16:39:27 +0100
commitd5a34aa078317a54858a172fb48734df91e1acfa (patch)
treefd465ac5df457fd7506b6846ea80c4e2b833f672
parentf064489c9b2f454fbb54872d7b491b06aa63adf4 (diff)
Fixed typo in updated _nx_websocket_client_connect declaration.
-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,