summaryrefslogtreecommitdiffstats
path: root/loader/mediacheck.h
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-23 04:56:47 +0000
committerMike Fulbright <msf@redhat.com>2002-08-23 04:56:47 +0000
commit5ff9bee31f7d9f69b333412c13a1b245847b6b77 (patch)
treebe51036f5a8f22cc5e30cbc0d0494b23e2dd96df /loader/mediacheck.h
parent82e4209020dc94cd8d281a7b7f5769dd10c2a4eb (diff)
downloadanaconda-5ff9bee31f7d9f69b333412c13a1b245847b6b77.tar.gz
anaconda-5ff9bee31f7d9f69b333412c13a1b245847b6b77.tar.xz
anaconda-5ff9bee31f7d9f69b333412c13a1b245847b6b77.zip
add concept of iso status bit
Diffstat (limited to 'loader/mediacheck.h')
-rw-r--r--loader/mediacheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/mediacheck.h b/loader/mediacheck.h
index b2d63b83c..5570cffb1 100644
--- a/loader/mediacheck.h
+++ b/loader/mediacheck.h
@@ -3,3 +3,4 @@
/* Michael Fulbright msf@redhat.com */
int mediaCheckFile(char *file, char *descr);
+int parsepvd(int isofd, char *mediasum, int *skipsectors, long long *isosize, int *isostatus);