get rid of all remaining printfs from the library
[deb_libnfs.git] / include / libnfs-private.h
index d54e5a8c8d10599e5f877930c22d6d8feb201814..b7399acaab42ce45d6e20dc2d75e005b2d714405 100644 (file)
@@ -65,3 +65,7 @@ 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, ...);
+
+