diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-26 19:27:46 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-26 19:27:46 +0000 |
commit | 5364514f340287bcce591955fce500ed57d2da79 (patch) | |
tree | ca2097bd351fe9d4d137a2d7fe687dd0b815d56b /src/htshash.h | |
parent | f078a39677953cf8d3cdaedcb1b3c4db65473308 (diff) |
Big links heap handling cleanup, and removed very old and legacy macros
Diffstat (limited to 'src/htshash.h')
-rw-r--r-- | src/htshash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htshash.h b/src/htshash.h index 6a71cba..b6ee417 100644 --- a/src/htshash.h +++ b/src/htshash.h @@ -55,7 +55,7 @@ void hash_init(httrackp *opt, hash_struct *hash, int normalized); void hash_free(hash_struct *hash); int hash_read(const hash_struct * hash, const char *nom1, const char *nom2, hash_struct_type type); -void hash_write(hash_struct * hash, int lpos); +void hash_write(hash_struct * hash, size_t lpos); void hash_invalidate_entry(hash_struct * hash, int lpos); int *hash_calc_chaine(hash_struct * hash, hash_struct_type type, int pos); unsigned long int hash_cle(const char *nom1, const char *nom2); |