aboutsummaryrefslogtreecommitdiff
blob: 504979ac5e6fa6a8ace8f5865c41faf68ee38210 (plain)
1
2
3
4
5
bool user_modified(char *file);
void md52hex(unsigned char *md5sum, char *hexdigest);
void calc_md5(char *file, char* hexdigest);
void md5sum_update_file(char *file, char *hexdigest);
void md5sum_update(char *file, char *hexdigest);