X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Flibnfs.c;h=86ff7c22d8e33a0d1c50a5e2ad057983fb3ec791;hb=fa3c25beeeb4c533089a2af8454ef50e21e7b8f5;hp=e2f96722b32e0f28d73007cb9f8f2466b2614254;hpb=370ae18137f7db4234538f3a9f1c7dc22b9ded1d;p=deb_libnfs.git diff --git a/lib/libnfs.c b/lib/libnfs.c index e2f9672..86ff7c2 100644 --- a/lib/libnfs.c +++ b/lib/libnfs.c @@ -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; +}