--- libaitrpc/inc/aitrpc.h 2012/05/17 15:21:08 1.8.2.21 +++ libaitrpc/inc/aitrpc.h 2012/05/17 16:42:43 1.8.2.22 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.8.2.21 2012/05/17 15:21:08 misho Exp $ +* $Id: aitrpc.h,v 1.8.2.22 2012/05/17 16:42:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -337,7 +337,7 @@ int rpc_srv_initBLOBServer(rpc_srv_t * __restrict srv, * @srv = RPC Server instance * return: none */ -void rpc_srv_endBLOBServer(rpc_srv_t * __restrict srv); +inline void rpc_srv_endBLOBServer(rpc_srv_t * __restrict srv); /* * rpc_srv_loopBLOB() - Execute Main BLOB server loop and wait for clients requests *