]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfs_mount.h
mount.nfs: add new string tokenizer facility
[nfs-utils.git] / utils / mount / nfs_mount.h
index a8d1f1ad6edbf9a2daa5cd3f85dab3c34d55474b..7df8fb262f97f7925a4839bd99ce10f9226c7f89 100644 (file)
@@ -63,6 +63,8 @@ struct nfs_mount_data {
 #define NFS_MOUNT_BROKEN_SUID  0x0400  /* 4 */
 #define NFS_MOUNT_NOACL     0x0800  /* 4 */
 #define NFS_MOUNT_SECFLAVOUR   0x2000  /* 5 */
+#define NFS_MOUNT_NORDIRPLUS   0x4000  /* 5 */
+#define NFS_MOUNT_UNSHARED     0x8000  /* 5 */
 
 /* security pseudoflavors */
 
@@ -78,8 +80,7 @@ struct nfs_mount_data {
 #define AUTH_GSS_SPKMP         390011
 #endif
 
-int nfsmount(const char *, const char *, int *, char **, char **,
-            int, int *);
-void mount_errors(char *, int, int);
+int    nfsmount(const char *, const char *, int , char **, int, int);
+int    nfsumount(int, char **);
 
 #endif /* _NFS_MOUNT_H */