summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/imount.h')
-rw-r--r--isys/imount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/imount.h b/isys/imount.h
index 8fa7e8f26..3f7e826bd 100644
--- a/isys/imount.h
+++ b/isys/imount.h
@@ -7,7 +7,7 @@
#include <sys/mount.h> /* for umount() */
int doPwMount(char * dev, char * where, char * fs, int rdonly, int istty,
- char * acct, char * pw);
+ char * acct, char * pw, int bindmnt);
int mkdirChain(char * origChain);
#endif