--- libaitrpc/inc/defs.h 2012/07/22 20:44:13 1.6 +++ libaitrpc/inc/defs.h 2012/11/13 09:22:10 1.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.6 2012/07/22 20:44:13 misho Exp $ +* $Id: defs.h,v 1.7 2012/11/13 09:22:10 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -70,6 +70,9 @@ extern int rpc_Errno; extern char rpc_Error[]; inline void rpc_SetErr(int eno, char *estr, ...); + +inline int rpc_funcs_cmp(struct tagRPCFunc *, struct tagRPCFunc *); +AVL_PROTOTYPE(tagRPCFuncs, tagRPCFunc, func_node, rpc_funcs_cmp); #endif