summaryrefslogtreecommitdiffstats
path: root/isomd5sum/libcheckisomd5.h
blob: a9b3165bca3a4f9adaa859d348e40d15579948ae (plain)
1
2
3
4
5
6
7
#ifndef __LIBCHECKISOMD5_H__
#define  __LIBCHECKISOMD5_H__

int mediaCheckFile(char *iso, int quiet);
void printMD5SUM(char *file);

#endif