]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfs_mount.h
mount.nfs: Create a common source module for reporting mount errors
[nfs-utils.git] / utils / mount / nfs_mount.h
index 4a061d834f4f20081bd7447d0948e22bcfcbe440..b38aa0fdd14d4ac0c4844a5c247a00f3a69c9257 100644 (file)
@@ -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 */
 
@@ -81,6 +82,5 @@ struct nfs_mount_data {
 
 int nfsmount(const char *, const char *, int *, char **, char **,
             int, int *);
-void mount_errors(char *, int, int);
 
 #endif /* _NFS_MOUNT_H */