mirror of
https://github.com/curl/curl.git
synced 2026-07-27 08:27:19 +03:00
mods
This commit is contained in:
parent
cabb46db3d
commit
e2844f5e04
2 changed files with 43 additions and 72 deletions
|
|
@ -237,8 +237,5 @@ CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_handles)
|
|||
|
||||
CURLMcode curl_multi_cleanup(CURLM *multi_handle);
|
||||
|
||||
int curl_multi_info_open(CURLM *multi_handle, CURLMinfo *info_handle);
|
||||
CURLMsg *curl_multi_info_read(CURLM *multi_handle, int *msgs_in_queue);
|
||||
|
||||
CURLMsg *curl_multi_info_read(CURLMinfo *info_handle);
|
||||
|
||||
void curl_multi_info_close(CURLMinfo *info_handle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue