summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/lomount.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-22 19:15:42 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-22 19:15:42 +0000
commit559e1418f2c89f5cfd50c9cb6c21865abfa22ae3 (patch)
tree6ff330de1af888bd25b1e90e43d68e961f83bf57 /mdk-stage1/lomount.h
parent4a5604021581abcbf0d9c8c5eb88f18cfb1c83df (diff)
downloaddrakx-backup-do-not-use-559e1418f2c89f5cfd50c9cb6c21865abfa22ae3.tar
drakx-backup-do-not-use-559e1418f2c89f5cfd50c9cb6c21865abfa22ae3.tar.gz
drakx-backup-do-not-use-559e1418f2c89f5cfd50c9cb6c21865abfa22ae3.tar.bz2
drakx-backup-do-not-use-559e1418f2c89f5cfd50c9cb6c21865abfa22ae3.tar.xz
drakx-backup-do-not-use-559e1418f2c89f5cfd50c9cb6c21865abfa22ae3.zip
allow more than one loop device for more than one lomount
Diffstat (limited to 'mdk-stage1/lomount.h')
-rw-r--r--mdk-stage1/lomount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/lomount.h b/mdk-stage1/lomount.h
index 2d109dc05..633c5a82c 100644
--- a/mdk-stage1/lomount.h
+++ b/mdk-stage1/lomount.h
@@ -15,7 +15,7 @@
#ifndef LOMOUNT_H
#define LOMOUNT_H
-int lomount(char *loopfile, char *where, int gz);
-int loumount(void);
+int lomount(char *loopfile, char *where, char **loopdev, int gz);
+void del_loop(char *loopdev);
#endif