X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-private.h;h=a083b37031100b82fafea1d85b2267ebcb8b18a9;hb=e01ed6a239175772baf904d66105766f825fc1d4;hp=b1fe13480dac57570d5c39c17f62706a0926cf45;hpb=183451cff566ac49ab872821e458e57b90e72710;p=deb_libnfs.git diff --git a/include/libnfs-private.h b/include/libnfs-private.h index b1fe134..a083b37 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -88,7 +88,6 @@ void rpc_error_all_pdus(struct rpc_context *rpc, char *error); void rpc_set_error(struct rpc_context *rpc, char *error_string, ...); void nfs_set_error(struct nfs_context *nfs, char *error_string, ...); -struct rpc_context *nfs_get_rpc_context(struct nfs_context *nfs); const char *nfs_get_server(struct nfs_context *nfs); const char *nfs_get_export(struct nfs_context *nfs); @@ -104,3 +103,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);