curl/websockets.h: remove leftover bad typedef

Just a leftover trace of a development thing that did not stay like
that.

Reported-by: Marc Hörsken
Fixes #9465
Cloes #9466
This commit is contained in:
Daniel Stenberg 2022-09-10 17:10:10 +02:00
parent 1c52e8a379
commit 70c8ce5ad0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -58,10 +58,6 @@ CURL_EXTERN CURLcode curl_ws_send(CURL *curl, const void *buffer,
size_t buflen, size_t *sent,
unsigned int sendflags);
typedef ssize_t (*curl_ws_write_callback)(void *userdata, char *data,
size_t len,
unsigned int flags);
/* bits for the CURLOPT_WS_OPTIONS bitmask: */
#define CURLWS_RAW_MODE (1<<0)