mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:37:18 +03:00
new proto for Curl_hash_init
This commit is contained in:
parent
905b160097
commit
68a4aa6773
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ typedef struct _curl_hash_element {
|
|||
} curl_hash_element;
|
||||
|
||||
|
||||
void Curl_hash_init(curl_hash *, int, curl_hash_dtor);
|
||||
int Curl_hash_init(curl_hash *, int, curl_hash_dtor);
|
||||
curl_hash *Curl_hash_alloc(int, curl_hash_dtor);
|
||||
int Curl_hash_add(curl_hash *, char *, size_t, const void *);
|
||||
int Curl_hash_delete(curl_hash *h, char *key, size_t key_len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue