summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/lomount.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-03-18 17:50:06 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-03-18 17:50:06 +0000
commit483f665e8a7772bf899f89bbc3cb457d49002890 (patch)
tree7eb88ce331fd57a2d7c384ed9cf6388c9c775ef6 /mdk-stage1/lomount.h
parentb4a463d96dd6e6792f8cc9ce53178b6647a12eaf (diff)
downloaddrakx-483f665e8a7772bf899f89bbc3cb457d49002890.tar
drakx-483f665e8a7772bf899f89bbc3cb457d49002890.tar.gz
drakx-483f665e8a7772bf899f89bbc3cb457d49002890.tar.bz2
drakx-483f665e8a7772bf899f89bbc3cb457d49002890.tar.xz
drakx-483f665e8a7772bf899f89bbc3cb457d49002890.zip
fix for hd-install when you provide a not valid ISO (cd #2 for example)
Diffstat (limited to 'mdk-stage1/lomount.h')
-rw-r--r--mdk-stage1/lomount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/lomount.h b/mdk-stage1/lomount.h
index f298fe341..3b8a30ac1 100644
--- a/mdk-stage1/lomount.h
+++ b/mdk-stage1/lomount.h
@@ -16,6 +16,6 @@
#define LOMOUNT_H
int lomount(char *loopfile, char *where);
-int loumount();
+int loumount(void);
#endif