X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-private.h;h=29f04066a51dee23e2d10aa935ce9303f7656fb4;hb=75b3541a50f0e08e6e3fb5c462cba6e2faa7a15e;hp=b1fe13480dac57570d5c39c17f62706a0926cf45;hpb=ea9082f2001b5b0e321cd44733343f021e2bc313;p=deb_libnfs.git diff --git a/include/libnfs-private.h b/include/libnfs-private.h index b1fe134..29f0406 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -104,3 +104,4 @@ void rpc_unset_autoreconnect(struct rpc_context *rpc); int rpc_add_fragment(struct rpc_context *rpc, char *data, uint64_t size); void rpc_free_all_fragments(struct rpc_context *rpc); +const struct nfs_fh3 *nfs_get_rootfh(struct nfs_context *nfs);