diff options
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 15f111e..39ee395 100644 --- a/src/htshash.h +++ b/src/htshash.h @@ -50,7 +50,7 @@ typedef struct hash_struct hash_struct; #endif // tables de hachage -int hash_read(hash_struct* hash,char* nom1,char* nom2,int type,int normalized); +int hash_read(const hash_struct* hash,char* nom1,char* nom2,int type,int normalized); void hash_write(hash_struct* hash,int lpos,int normalized); int* hash_calc_chaine(hash_struct* hash,int type,int pos); unsigned long int hash_cle(char* nom1,char* nom2); |