--- libaitrpc/inc/defs.h 2015/07/02 17:52:52 1.18.2.1 +++ libaitrpc/inc/defs.h 2015/07/02 22:28:14 1.19 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.18.2.1 2015/07/02 17:52:52 misho Exp $ +* $Id: defs.h,v 1.19 2015/07/02 22:28:14 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -84,8 +84,12 @@ extern char rpc_Error[STRSIZ]; void rpc_freeCli(rpc_cli_t * __restrict); void rpc_freeBLOBCli(rpc_cli_t * __restrict); -inline int rpc_funcs_cmp(struct tagRPCFunc *, struct tagRPCFunc *); +#if 0 +#if ONLY_CLI == 0 +int rpc_funcs_cmp(struct tagRPCFunc *, struct tagRPCFunc *); AVL_PROTOTYPE(tagRPCFuncs, tagRPCFunc, func_node, rpc_funcs_cmp); +#endif +#endif #endif