summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/mount.h')
-rw-r--r--mdk-stage1/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/mount.h b/mdk-stage1/mount.h
index b679e5c30..992796bde 100644
--- a/mdk-stage1/mount.h
+++ b/mdk-stage1/mount.h
@@ -26,6 +26,6 @@
#include "nfsmount.h"
#endif
-int my_mount(char *dev, char *location, char *fs);
+int my_mount(char *dev, char *location, char *fs, int force_rw);
#endif