mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:53:32 +03:00
hash: make it 'struct Curl_hash'
As internal global names should use captical C. Closes #5906
This commit is contained in:
parent
9b3f888a00
commit
9e90ff0839
13 changed files with 83 additions and 83 deletions
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
struct conncache {
|
||||
struct curl_hash hash;
|
||||
struct Curl_hash hash;
|
||||
size_t num_conn;
|
||||
long next_connection_id;
|
||||
struct curltime last_cleanup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue