X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=hash.h;h=1a4f985eb575c0e07f2f78751522f7fc0568c192;hp=3c072c175f9034b441d4195b2bdc3ff3b9238a87;hb=4eaac5c4a87b84ea9ec0668b4e088ac27e2d1106;hpb=700dbab719f75421b81f8c603d239bbf38cfa6f9 diff --git a/hash.h b/hash.h index 3c072c1..1a4f985 100644 --- a/hash.h +++ b/hash.h @@ -27,7 +27,7 @@ typedef struct { HASH *hash_create (int nelem); int hash_string (const unsigned char *s, int n); -int hash_insert (HASH * table, const char *key, const void *data, int allow_dup); +int hash_insert (HASH * table, const char *key, void *data, int allow_dup); HASH *hash_resize (HASH * table, int nelem); void *hash_find_hash (const HASH * table, int hash, const char *key); void hash_delete_hash (HASH * table, int hash, const char *key,