#ifndef MD5FILE_H #define MD5FILE_H #include <string> char *MD5_file (char *path, int md5_len); #endif