diff options
Diffstat (limited to 'libs/libcurl/src/conncache.h')
-rw-r--r-- | libs/libcurl/src/conncache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/conncache.h b/libs/libcurl/src/conncache.h index 3dda21cdc6..c3e9ff51b9 100644 --- a/libs/libcurl/src/conncache.h +++ b/libs/libcurl/src/conncache.h @@ -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; @@ -66,7 +66,7 @@ struct conncache { struct connectbundle { int multiuse; /* supports multi-use */ size_t num_connections; /* Number of connections in the bundle */ - struct curl_llist conn_list; /* The connectdata members of the bundle */ + struct Curl_llist conn_list; /* The connectdata members of the bundle */ }; /* returns 1 on error, 0 is fine */ |