diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:03:26 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:03:26 +0000 |
commit | 0183f4dd84d8cc44d617fb48436881e79e2bf0f2 (patch) | |
tree | d475719783d1cecb39934b739895426ad2967df2 /src/htshash.h | |
parent | 1096a6b82c4110f7a15132c9a2b525899d62380c (diff) |
httrack 3.44.1
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); |