--- libaitrpc/inc/aitrpc.h 2012/05/17 16:42:43 1.8.2.22 +++ libaitrpc/inc/aitrpc.h 2012/05/17 16:43:21 1.8.2.23 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.8.2.22 2012/05/17 16:42:43 misho Exp $ +* $Id: aitrpc.h,v 1.8.2.23 2012/05/17 16:43:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -304,7 +304,7 @@ rpc_srv_t *rpc_srv_initServer(unsigned int regProgID, * @psrv = RPC Server instance * return: none */ -void rpc_srv_endServer(rpc_srv_t ** __restrict psrv); +inline void rpc_srv_endServer(rpc_srv_t ** __restrict psrv); /* * rpc_srv_loopServer() - Execute Main server loop and wait for clients requests *