diff options
| author | Peter Jones <pjones@redhat.com> | 2005-01-25 20:20:01 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2005-01-25 20:20:01 +0000 |
| commit | dbf7c3b8b5e79cc2aef3cbdd4023765fd1419b7a (patch) | |
| tree | 5fc97e9759ebb1a0f9effb5e6fa2bea347bcfbd2 /loader2/method.h | |
| parent | 8fde12254a3fe1df1c960ef2d69c5e6c7ff890a2 (diff) | |
* loader2/method.c: make validIsoImages check the buildstamp and report
back if it found invalid entries.
* loader2/method.h: update prototype for validIsoImages
* loader2/hdinstall.c: call validIsoImages() with foundinvalid = 0
* loader2/nfsinstall.c: pass the address of foundinvalid to
validIsoImages
* update anaconda.spec
Diffstat (limited to 'loader2/method.h')
| -rw-r--r-- | loader2/method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/method.h b/loader2/method.h index 2d5e120ca..676f7ecc7 100644 --- a/loader2/method.h +++ b/loader2/method.h @@ -21,7 +21,7 @@ struct installMethod { int umountLoopback(char * mntpoint, char * device); int mountLoopback(char * fsystem, char * mntpoint, char * device); -char * validIsoImages(char * dirName); +char * validIsoImages(char * dirName, int *foundinvalid); int readStampFileFromIso(char *file, char **descr, char **timestamp); void queryIsoMediaCheck(char * isoDir, int flags); |
