--- libaitrpc/src/lists.c 2013/03/07 23:10:50 1.13 +++ libaitrpc/src/lists.c 2013/05/30 09:22:02 1.14 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: lists.c,v 1.13 2013/03/07 23:10:50 misho Exp $ +* $Id: lists.c,v 1.14 2013/05/30 09:22:02 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;