--- libaitrpc/src/lists.c 2013/01/17 16:33:57 1.12.6.1 +++ libaitrpc/src/lists.c 2013/05/26 20:24:52 1.13.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: lists.c,v 1.12.6.1 2013/01/17 16:33:57 misho Exp $ +* $Id: lists.c,v 1.13.4.1 2013/05/26 20:24:52 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -127,7 +127,7 @@ rpc_srv_unregisterCall(rpc_srv_t * __restrict srv, u_s * @tag = tag for function * return: NULL not found call, !=NULL return call */ -inline rpc_func_t * +rpc_func_t * rpc_srv_getCall(rpc_srv_t * __restrict srv, uint16_t tag) { rpc_func_t tmp; @@ -151,7 +151,7 @@ rpc_srv_getCall(rpc_srv_t * __restrict srv, uint16_t t * @var = hash for variable * return: NULL not found, !=NULL return blob var */ -inline rpc_blob_t * +rpc_blob_t * rpc_srv_getBLOB(rpc_srv_t * __restrict srv, uint32_t var) { rpc_blob_t *b, *tmp;