md5file.h 108 B

12345678
  1. #ifndef MD5FILE_H
  2. #define MD5FILE_H
  3. #include <string>
  4. char *MD5_file (char *path, int md5_len);
  5. #endif