mirror of
https://github.com/curl/curl.git
synced 2026-05-17 05:46:22 +03:00
conncache: result_cb comment removed from function docs
result_cb doesn't exist anymore Closes #15720
This commit is contained in:
parent
a8397643f3
commit
017e6440ce
1 changed files with 0 additions and 2 deletions
|
|
@ -113,8 +113,6 @@ typedef bool Curl_cpool_done_match_cb(bool result, void *userdata);
|
|||
* @param dest_len destination length, including terminating NUL
|
||||
* @param conn_cb must be present, called for each connection in the
|
||||
* bundle until it returns TRUE
|
||||
* @param result_cb if not NULL, is called at the end with the result
|
||||
* of the `conn_cb` or FALSE if never called.
|
||||
* @return combined result of last conn_db and result_cb or FALSE if no
|
||||
connections were present.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue