mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:23:32 +03:00
lib: reserve 'result' for CURLcode
For consistency, whereever we use a local variable named 'result' that is a CURLcode type. Make other types use other names. Closes #21244
This commit is contained in:
parent
4cb4f9d602
commit
9f5d1a38d1
9 changed files with 66 additions and 67 deletions
|
|
@ -98,7 +98,7 @@ typedef bool Curl_cpool_conn_match_cb(struct connectdata *conn,
|
|||
void *userdata);
|
||||
|
||||
/* Act on the result of the find, may override it. */
|
||||
typedef bool Curl_cpool_done_match_cb(bool result, void *userdata);
|
||||
typedef bool Curl_cpool_done_match_cb(void *userdata);
|
||||
|
||||
/**
|
||||
* Find a connection in the pool matching `destination`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue