Skip to content

Commit 1c81434

Browse files
committed
Fixed _nxe_websocket_client_connect declaration.
1 parent 009591d commit 1c81434

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addons/websocket/nx_websocket_client.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ UINT _nx_websocket_client_packet_allocate(NX_WEBSOCKET_CLIENT *client_ptr, NX_P
291291
UINT _nxe_websocket_client_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_TCP_SOCKET *socket_ptr,
292292
UCHAR *host, UINT host_length,
293293
UCHAR *uri_path, UINT uri_path_length,
294-
UCHAR *protocol, UINT protocol_length,UINT wait_option);
294+
UCHAR *protocol, UINT protocol_length,
295+
UCHAR *bearer, UINT bearer_length, UINT wait_option);
295296
UINT _nx_websocket_client_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_TCP_SOCKET *socket_ptr,
296297
UCHAR *host, UINT host_length,
297298
UCHAR *uri_path, UINT uri_path_length,

0 commit comments

Comments
 (0)