summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/lomount.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-11 19:11:41 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-11 19:11:41 +0000
commit607ee5d94e09cb06d8338c6862c29eb538699b69 (patch)
tree58ad7097fb3b79424846d4d6fd75cd7857cf6584 /mdk-stage1/lomount.h
parent2bcc4dd71658524b19f6a59a7a16c2542c3fcf3e (diff)
downloaddrakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.tar
drakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.tar.gz
drakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.tar.bz2
drakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.tar.xz
drakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.zip
- add DISK install from ISO image file
Diffstat (limited to 'mdk-stage1/lomount.h')
-rw-r--r--mdk-stage1/lomount.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/mdk-stage1/lomount.h b/mdk-stage1/lomount.h
new file mode 100644
index 000000000..f298fe341
--- /dev/null
+++ b/mdk-stage1/lomount.h
@@ -0,0 +1,21 @@
+/*
+ * Guillaume Cottenceau (gc@mandrakesoft.com)
+ *
+ * Copyright 2000 MandrakeSoft
+ *
+ * This software may be freely redistributed under the terms of the GNU
+ * public license.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
+#ifndef LOMOUNT_H
+#define LOMOUNT_H
+
+int lomount(char *loopfile, char *where);
+int loumount();
+
+#endif