--- libaitrpc/inc/aitrpc.h 2011/09/07 08:56:32 1.4.2.1 +++ libaitrpc/inc/aitrpc.h 2011/09/07 09:42:46 1.4.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.4.2.1 2011/09/07 08:56:32 misho Exp $ +* $Id: aitrpc.h,v 1.4.2.2 2011/09/07 09:42:46 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -258,10 +258,10 @@ rpc_srv_t *rpc_srv_initServer(u_int regProgID, u_int r int netBuf, u_short family, const char *csHost, u_short Port); /* * rpc_srv_endServer() Destroy RPC server, close all opened sockets and free resources - * @srv = RPC Server instance + * @psrv = RPC Server instance * return: none */ -void rpc_srv_endServer(rpc_srv_t * __restrict srv); +void rpc_srv_endServer(rpc_srv_t ** __restrict psrv); /* * rpc_srv_loopServer() Execute Main server loop and wait for clients requests * @srv = RPC Server instance