mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
curl_ws_meta.3: added docs
This commit is contained in:
parent
664249d095
commit
07cb887ed3
3 changed files with 97 additions and 0 deletions
|
|
@ -65,4 +65,11 @@ typedef ssize_t (*curl_ws_write_callback)(void *userdata, char *data,
|
|||
/* bits for the CURLOPT_WS_OPTIONS bitmask: */
|
||||
#define CURLWS_RAW_MODE (1<<0)
|
||||
|
||||
struct curl_ws_metadata {
|
||||
int age; /* zero */
|
||||
int recvflags; /* See the CURLWS_* defines */
|
||||
};
|
||||
|
||||
struct curl_ws_metadata *curl_ws_meta(CURL *curl);
|
||||
|
||||
#endif /* CURLINC_WEBSOCKETS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue