]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfs4_mount.h
text-based mount options: Use new pmap stuffer when rewriting mount options
[nfs-utils.git] / utils / mount / nfs4_mount.h
index 58e311e5028a5386cbeb701d9f0f45866232d6fb..b03792ea1658e7a378117a1c337656caafe6b2c8 100644 (file)
@@ -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