X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=include%2Flibnfs-private.h;h=29f04066a51dee23e2d10aa935ce9303f7656fb4;hp=b1fe13480dac57570d5c39c17f62706a0926cf45;hb=fab61e3d0384e61553b39860b923d41bc0cf17b1;hpb=5670ec6e746ac6d1f110e160806c8d846b98b660 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);