summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/lomount.h
diff options
context:
space:
mode:
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