diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
commit | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch) | |
tree | e72af709fbce8bc495f51e7f0518de9a9a2c3b7f /src/htsmd5.h | |
parent | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff) |
httrack 3.40.4
Diffstat (limited to 'src/htsmd5.h')
-rw-r--r-- | src/htsmd5.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htsmd5.h b/src/htsmd5.h index 3e3b00c..8892895 100644 --- a/src/htsmd5.h +++ b/src/htsmd5.h @@ -44,9 +44,9 @@ Please visit our Website: http://www.httrack.com /* Library internal definictions */ #ifdef HTS_INTERNAL_BYTECODE -int domd5mem(unsigned char * buf, int len, - unsigned char * digest, int asAscii); -unsigned long int md5sum32(char* buff); +int domd5mem(const unsigned char * buf, int len, + unsigned char * digest, int asAscii); +unsigned long int md5sum32(const char* buff); #endif #endif |