Diff for /libaitrpc/inc/defs.h between versions 1.18.2.1 and 1.18.2.2

version 1.18.2.1, 2015/07/02 17:52:52 version 1.18.2.2, 2015/07/02 22:20:47
Line 84  extern char rpc_Error[STRSIZ]; Line 84  extern char rpc_Error[STRSIZ];
 void rpc_freeCli(rpc_cli_t * __restrict);  void rpc_freeCli(rpc_cli_t * __restrict);
 void rpc_freeBLOBCli(rpc_cli_t * __restrict);  void rpc_freeBLOBCli(rpc_cli_t * __restrict);
   
inline int rpc_funcs_cmp(struct tagRPCFunc *, struct tagRPCFunc *);#if 0
 #if ONLY_CLI == 0
 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);
   #endif
   #endif
   
   
 #endif  #endif

Removed from v.1.18.2.1  
changed lines
  Added in v.1.18.2.2


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