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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/mount/nfs4_mount.h b/utils/mount/nfs4_mount.h
index 58e311e..921739b 100644
--- a/utils/mount/nfs4_mount.h
+++ b/utils/mount/nfs4_mount.h
@@ -68,7 +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 **,
- char **, int);
+int nfs4mount(const char *, const char *, int *, char **, int, int);
#endif