summaryrefslogtreecommitdiff
path: root/src/htshash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htshash.h')
-rw-r--r--src/htshash.h1
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