curl_ws_meta: initial implementation

This commit is contained in:
Daniel Stenberg 2022-09-09 15:11:14 +02:00
parent 07cb887ed3
commit eebfa3279d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 37 additions and 8 deletions

View file

@ -70,6 +70,6 @@ struct curl_ws_metadata {
int recvflags; /* See the CURLWS_* defines */
};
struct curl_ws_metadata *curl_ws_meta(CURL *curl);
CURL_EXTERN struct curl_ws_metadata *curl_ws_meta(CURL *curl);
#endif /* CURLINC_WEBSOCKETS_H */