|
|
| version 1.7.2.2, 2012/11/16 08:51:36 | version 1.8, 2012/11/19 21:50:26 |
|---|---|
| Line 76 extern char rpc_Error[]; | Line 76 extern char rpc_Error[]; |
| inline void rpc_SetErr(int eno, char *estr, ...); | inline void rpc_SetErr(int eno, char *estr, ...); |
| inline void rpc_freeCli(rpc_cli_t * __restrict); | |
| inline void rpc_freeBLOBCli(rpc_cli_t * __restrict); | |
| inline int rpc_funcs_cmp(struct tagRPCFunc *, struct tagRPCFunc *); | inline int rpc_funcs_cmp(struct tagRPCFunc *, struct tagRPCFunc *); |
| AVL_PROTOTYPE(tagRPCFuncs, tagRPCFunc, func_node, rpc_funcs_cmp); | AVL_PROTOTYPE(tagRPCFuncs, tagRPCFunc, func_node, rpc_funcs_cmp); |