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 f298fe341..3b8a30ac1 100644 --- a/mdk-stage1/lomount.h +++ b/mdk-stage1/lomount.h @@ -16,6 +16,6 @@ #define LOMOUNT_H int lomount(char *loopfile, char *where); -int loumount(); +int loumount(void); #endif |