--- libaitrpc/inc/aitrpc.h 2012/07/22 20:44:13 1.10 +++ libaitrpc/inc/aitrpc.h 2012/11/05 15:57:35 1.10.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.10 2012/07/22 20:44:13 misho Exp $ +* $Id: aitrpc.h,v 1.10.2.1 2012/11/05 15:57:35 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -534,6 +534,13 @@ void rpc_cli_closeClient(rpc_cli_t ** __restrict cli); */ int rpc_cli_execCall(rpc_cli_t *cli, int noreply, unsigned short tag, array_t * __restrict in_vars, array_t ** __restrict out_vars); +/* + * rpc_cli_freeCall() - Free resouce allocated by RPC call + * + * @out_vars = Returned array with variables from RPC call + * return: none + */ +inline void rpc_cli_freeCall(array_t ** __restrict out_vars); /* * rpc_cli_ping() - Ping RPC server *