diff options
author | Mike Fulbright <msf@redhat.com> | 2003-03-21 16:30:43 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-03-21 16:30:43 +0000 |
commit | dd652f84b1e0de892e10e19ac75bd175230bece6 (patch) | |
tree | 2788ecdc46ae12ed68f49939950fd308d9569a2a /isomd5sum/libimplantisomd5.h | |
parent | c29f0955045cdd02965a14300ce5e99364db2d1b (diff) | |
download | anaconda-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.h | 2 |
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 |