X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfs_mount.h;h=7df8fb262f97f7925a4839bd99ce10f9226c7f89;hp=4a061d834f4f20081bd7447d0948e22bcfcbe440;hb=af5939d15a41b337cc499a04fe4001a5cd51fdce;hpb=7182bd393bab963cec65f2688b09e3554ef5a721 diff --git a/utils/mount/nfs_mount.h b/utils/mount/nfs_mount.h index 4a061d8..7df8fb2 100644 --- a/utils/mount/nfs_mount.h +++ b/utils/mount/nfs_mount.h @@ -64,6 +64,7 @@ struct nfs_mount_data { #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,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 */