mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:13:37 +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
|
|
@ -1842,7 +1842,7 @@ struct UserDefined {
|
|||
};
|
||||
|
||||
struct Names {
|
||||
struct curl_hash *hostcache;
|
||||
struct Curl_hash *hostcache;
|
||||
enum {
|
||||
HCACHE_NONE, /* not pointing to anything */
|
||||
HCACHE_MULTI, /* points to a shared one in the multi handle */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue