mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
curl_ws_meta: initial implementation
This commit is contained in:
parent
07cb887ed3
commit
eebfa3279d
4 changed files with 37 additions and 8 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue