Diff for /libaitrpc/inc/defs.h between versions 1.7.2.3 and 1.7.2.4

version 1.7.2.3, 2012/11/19 15:48:45 version 1.7.2.4, 2012/11/19 15:54:47
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 c);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);

Removed from v.1.7.2.3  
changed lines
  Added in v.1.7.2.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>