remove the need for an explicit rpc context for the highlevel function mount_getexports()
[deb_libnfs.git] / include / libnfs-private.h
index d54e5a8c8d10599e5f877930c22d6d8feb201814..05ee6317d69771344f21977383404808c5da6f18 100644 (file)
@@ -65,3 +65,8 @@ int rpc_get_pdu_size(char *buf);
 int rpc_process_pdu(struct rpc_context *rpc, char *buf, int size);
 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);
+