diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
commit | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch) | |
tree | 733b1fe039c0c37095a594b66d5076f3f5a0153d /src/htsmd5.h | |
parent | 25adbdabb47499fe641c7bd9595024ff82667058 (diff) |
httrack 3.33.16
Diffstat (limited to 'src/htsmd5.h')
-rw-r--r-- | src/htsmd5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htsmd5.h b/src/htsmd5.h index 84148bd..3e3b00c 100644 --- a/src/htsmd5.h +++ b/src/htsmd5.h @@ -42,9 +42,12 @@ Please visit our Website: http://www.httrack.com #ifndef HTSMD5_DEFH #define HTSMD5_DEFH +/* 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); +#endif #endif |