summaryrefslogtreecommitdiffstats
path: root/isomd5sum/libimplantisomd5.h
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-03-21 16:30:43 +0000
committerMike Fulbright <msf@redhat.com>2003-03-21 16:30:43 +0000
commitdd652f84b1e0de892e10e19ac75bd175230bece6 (patch)
tree2788ecdc46ae12ed68f49939950fd308d9569a2a /isomd5sum/libimplantisomd5.h
parentc29f0955045cdd02965a14300ce5e99364db2d1b (diff)
downloadanaconda-dd652f84b1e0de892e10e19ac75bd175230bece6.tar.gz
anaconda-dd652f84b1e0de892e10e19ac75bd175230bece6.tar.xz
anaconda-dd652f84b1e0de892e10e19ac75bd175230bece6.zip
added python module for easy scripting of implanting and checking md5sums for tim
Diffstat (limited to 'isomd5sum/libimplantisomd5.h')
-rw-r--r--isomd5sum/libimplantisomd5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isomd5sum/libimplantisomd5.h b/isomd5sum/libimplantisomd5.h
index f5a983297..92fddb504 100644
--- a/isomd5sum/libimplantisomd5.h
+++ b/isomd5sum/libimplantisomd5.h
@@ -1,5 +1,5 @@
#ifndef __LIBIMPLANTISOMD5_H__
#define __LIBIMPLANTISOMD5_H__
-int implantISOFile(char *iso, int supported, int forceit, char *errstr);
+int implantISOFile(char *iso, int supported, int forceit, int quiet, char **errstr);
#endif