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