--- libaitrpc/inc/defs.h 2012/11/16 08:51:36 1.7.2.2 +++ libaitrpc/inc/defs.h 2012/11/19 15:48:45 1.7.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.7.2.2 2012/11/16 08:51:36 misho Exp $ +* $Id: defs.h,v 1.7.2.3 2012/11/19 15:48:45 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -75,6 +75,8 @@ extern int rpc_Errno; extern char rpc_Error[]; inline void rpc_SetErr(int eno, char *estr, ...); + +inline void rpc_freeCli(rpc_cli_t * __restrict c); inline int rpc_funcs_cmp(struct tagRPCFunc *, struct tagRPCFunc *); AVL_PROTOTYPE(tagRPCFuncs, tagRPCFunc, func_node, rpc_funcs_cmp);