--- libaitrpc/inc/aitrpc.h 2013/07/16 13:04:20 1.16 +++ libaitrpc/inc/aitrpc.h 2013/08/13 00:09:35 1.17 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.16 2013/07/16 13:04:20 misho Exp $ +* $Id: aitrpc.h,v 1.17 2013/08/13 00:09:35 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -256,6 +256,9 @@ typedef int (*rpc_callback_t)(rpc_cli_t *, struct tagR int rpc_GetErrno(); // rpc_GetError() Get error text of last operation const char *rpc_GetError(); +// rpc_SetErr() Set error to variables for internal use!!! +void rpc_SetErr(int eno, char *estr, ...); + /*