X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fmount%2Fnfs_mount.h;h=e566083998459982e0df1aa6fcd39cc717ef61ff;hb=66ab98cbd17f7f54edda78a470579d3ab01f35c0;hp=a8d1f1ad6edbf9a2daa5cd3f85dab3c34d55474b;hpb=3eb4c9aaa218f2af4bbea2073f02e419c50d3d3d;p=nfs-utils.git diff --git a/utils/mount/nfs_mount.h b/utils/mount/nfs_mount.h index a8d1f1a..e566083 100644 --- a/utils/mount/nfs_mount.h +++ b/utils/mount/nfs_mount.h @@ -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 */ @@ -79,7 +81,6 @@ struct nfs_mount_data { #endif int nfsmount(const char *, const char *, int *, char **, char **, - int, int *); -void mount_errors(char *, int, int); + int, int); #endif /* _NFS_MOUNT_H */