X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-private.h;h=a083b37031100b82fafea1d85b2267ebcb8b18a9;hb=fa3c25beeeb4c533089a2af8454ef50e21e7b8f5;hp=29f04066a51dee23e2d10aa935ce9303f7656fb4;hpb=370ae18137f7db4234538f3a9f1c7dc22b9ded1d;p=deb_libnfs.git diff --git a/include/libnfs-private.h b/include/libnfs-private.h index 29f0406..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);