summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfs4_mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mount/nfs4_mount.h')
-rw-r--r--utils/mount/nfs4_mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/nfs4_mount.h b/utils/mount/nfs4_mount.h
index 00581fd..b03792e 100644
--- a/utils/mount/nfs4_mount.h
+++ b/utils/mount/nfs4_mount.h
@@ -68,6 +68,6 @@ struct nfs4_mount_data {
#define NFS4_MOUNT_UNSHARED 0x8000 /* 5 */
#define NFS4_MOUNT_FLAGMASK 0xFFFF
-int nfs4mount(const char *, const char *, int, char **, int);
+int nfs4mount(const char *, const char *, int, char **, int, int);
#endif