summaryrefslogtreecommitdiffstats
path: root/loader/mediacheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/mediacheck.h')
-rw-r--r--loader/mediacheck.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/loader/mediacheck.h b/loader/mediacheck.h
new file mode 100644
index 000000000..c7c0c4d46
--- /dev/null
+++ b/loader/mediacheck.h
@@ -0,0 +1,5 @@
+/* simple program to check implanted md5sum in an iso 9660 image */
+/* Copyright 2001 Red Hat, Inc. */
+/* Michael Fulbright msf@redhat.com */
+
+int mediaCheckFile(char *file);