diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-02 21:40:15 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-02 21:40:15 +0000 |
commit | 1c27790f74efa22a5bbc2de73a2975099e0cee6b (patch) | |
tree | 4581d1b0d36568fe1061468676a674d22a28cd6b /loader2/method.h | |
parent | 218801d38f1cb0abcd577ec5b2dbfe48b1f4f41a (diff) | |
download | anaconda-1c27790f74efa22a5bbc2de73a2975099e0cee6b.tar.gz anaconda-1c27790f74efa22a5bbc2de73a2975099e0cee6b.tar.xz anaconda-1c27790f74efa22a5bbc2de73a2975099e0cee6b.zip |
function declaration cleanup
Diffstat (limited to 'loader2/method.h')
-rw-r--r-- | loader2/method.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loader2/method.h b/loader2/method.h index 6b8585066..3909a26e5 100644 --- a/loader2/method.h +++ b/loader2/method.h @@ -22,6 +22,8 @@ int mountLoopback(char * fsystem, char * mntpoint, char * device); char * validIsoImages(char * dirName); void queryIsoMediaCheck(char * isoDir, int flags); +int verifyStamp(char * path); + int mountStage2(char * path); int copyFileAndLoopbackMount(int fd, char * dest, int flags, char * device, char * mntpoint); |