]> granicus.if.org Git - curl/commitdiff
new proto for Curl_hash_init
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Aug 2003 15:05:25 +0000 (15:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Aug 2003 15:05:25 +0000 (15:05 +0000)
lib/hash.h

index e0b8263044252ae1e22d80c1b2a2b4dd4bd0dc6f..03c771a4788c0070b643bb25bde9a9ab4619481e 100644 (file)
@@ -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);