summaryrefslogtreecommitdiffstats
path: root/loader/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/misc.h')
-rw-r--r--loader/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/misc.h b/loader/misc.h
index 2958b4038..905f31a71 100644
--- a/loader/misc.h
+++ b/loader/misc.h
@@ -5,5 +5,6 @@ int copyFile(char * source, char * dest);
int copyFileFd(int infd, char * dest);
char * readLine(FILE * f);
int simpleStringCmp(const void * a, const void * b);
+int mediaCheckFile(char *file);
#endif