add a sync function to get the export list from a server and add an example of how...
[deb_libnfs.git] / include / libnfs-private.h
index b7399acaab42ce45d6e20dc2d75e005b2d714405..05ee6317d69771344f21977383404808c5da6f18 100644 (file)
@@ -68,4 +68,5 @@ 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);