NFSACL: Add support for SETACL3
[deb_libnfs.git] / lib / libnfs.c
index e2f96722b32e0f28d73007cb9f8f2466b2614254..86ff7c22d8e33a0d1c50a5e2ad057983fb3ec791 100644 (file)
@@ -3547,3 +3547,7 @@ const char *nfs_get_export(struct nfs_context *nfs) {
 const struct nfs_fh3 *nfs_get_rootfh(struct nfs_context *nfs) {
       return &nfs->rootfh;
 }
+
+struct nfs_fh3 *nfs_get_fh(struct nfsfh *nfsfh) {
+       return &nfsfh->fh;
+}