X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhash.h;fp=src%2Fhash.h;h=1e013da05ead14d1f69ba7e6131ffd6a3c277f2e;hp=a5610fdf8e4dac435ad29723dfddd1dc93480ea4;hb=c2ffc02ab36e72e27a43e13b486577032581df60;hpb=566289ea9d890f6eabf4ba74dbbbb392835cdd67 diff --git a/src/hash.h b/src/hash.h index a5610fdf..1e013da0 100644 --- a/src/hash.h +++ b/src/hash.h @@ -69,4 +69,7 @@ int string_cmp PARAMS ((const void *, const void *)); struct hash_table *make_string_hash_table PARAMS ((int)); struct hash_table *make_nocase_string_hash_table PARAMS ((int)); +unsigned long ptrhash PARAMS ((const void *)); +int ptrcmp PARAMS ((const void *, const void *)); + #endif /* HASH_H */