|
|
| version 1.6, 2012/07/22 20:44:13 | version 1.7, 2012/11/13 09:22:10 |
|---|---|
| Line 71 extern char rpc_Error[]; | Line 71 extern char rpc_Error[]; |
| inline void rpc_SetErr(int eno, char *estr, ...); | 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 | #endif |