Docs for the new send/recv functions synced with the committed versions
of these.
Closes #9470
#include <curl/easy.h>
CURLcode curl_ws_recv(CURL *curl, void *buffer, size_t buflen,
- size_t *nread, unsigned int *recvflags);
+ size_t *recv, unsigned int *recvflags);
.fi
.SH DESCRIPTION
This function call is EXPERIMENTAL.
.nf
#include <curl/easy.h>
-CURLcode curl_ws_send(CURL *curl, char *buffer, size_t buflen, size_t *sent,
- unsigned int sendflags);
+CURLcode curl_ws_send(CURL *curl, const void *buffer, size_t buflen,
+ size_t *sent, unsigned int sendflags);
.fi
.SH DESCRIPTION
This function call is EXPERIMENTAL.