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

version 1.7.2.2, 2012/11/16 08:51:36 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);
   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.2  
changed lines
  Added in v.1.7.2.4


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