From: Christian Schmitz Date: Wed, 11 Dec 2024 10:41:27 +0000 (+0100) Subject: conncache: result_cb comment removed from function docs X-Git-Tag: curl-8_12_0~368 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=017e6440ce22b4ce57a2e7d2eb3367ab4c8e5999;p=thirdparty%2Fcurl.git conncache: result_cb comment removed from function docs result_cb doesn't exist anymore Closes #15720 --- diff --git a/lib/conncache.h b/lib/conncache.h index a379ee747d..d98feffb3e 100644 --- a/lib/conncache.h +++ b/lib/conncache.h @@ -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. */