summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-12-07 19:31:57 +0000
committerErik Troan <ewt@redhat.com>2001-12-07 19:31:57 +0000
commit80c62fbac53de84ba9a794c9d7d9acc575819c88 (patch)
tree501f17501c8d6a29c570f29c0a1158e22eab3ac5
parent30a754976e334aa9506a346c7e4d58a53a960d35 (diff)
downloadanaconda-80c62fbac53de84ba9a794c9d7d9acc575819c88.tar.gz
anaconda-80c62fbac53de84ba9a794c9d7d9acc575819c88.tar.xz
anaconda-80c62fbac53de84ba9a794c9d7d9acc575819c88.zip
added mediaCheck prototype, for lack of a better place
-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