diff options
Diffstat (limited to 'mdk-stage1/lomount.h')
-rw-r--r-- | mdk-stage1/lomount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/lomount.h b/mdk-stage1/lomount.h index 3b8a30ac1..2d109dc05 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 lomount(char *loopfile, char *where, int gz); int loumount(void); #endif |