From 559e1418f2c89f5cfd50c9cb6c21865abfa22ae3 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 22 Oct 2003 19:15:42 +0000 Subject: allow more than one loop device for more than one lomount --- mdk-stage1/lomount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/lomount.h') 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 -- cgit v1.2.1