X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-private.h;h=4c8594c72452a2c7903cd4070b7863af12801dc7;hb=4ed97718b3699a76047741b9c21df7357d8fe513;hp=3131a201cdec1a1d398c5fcc2636103d21bfe88d;hpb=2e4db0d14597fdb0013fb16f24b3f872d1217397;p=deb_libnfs.git diff --git a/include/libnfs-private.h b/include/libnfs-private.h index 3131a20..4c8594c 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -14,6 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ +#include #include struct rpc_context { @@ -75,6 +76,8 @@ 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); /* we dont want to expose UDP to normal applications/users this is private to libnfs to use exclusively for broadcast RPC */ int rpc_bind_udp(struct rpc_context *rpc, char *addr, int port);