diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-03 16:26:25 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-03 16:26:25 +0000 |
commit | ed79961b7a27c03eae6fc8953406ce4ee45d8729 (patch) | |
tree | 7bf5c57df014c646ff2a91a4700bcde862f65963 /src/htshash.h | |
parent | d3c14c9d1fdc1b2d193a2e0a71d5901e2450ca36 (diff) |
Potential fix for htshash.c:330 assertion failure: "error invalidating hash entry"
Diffstat (limited to 'src/htshash.h')
-rw-r--r-- | src/htshash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htshash.h b/src/htshash.h index b6ee417..484eb76 100644 --- a/src/htshash.h +++ b/src/htshash.h @@ -56,7 +56,6 @@ 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, 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); #endif |