diff options
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 |