Diff for /libaitrpc/inc/defs.h between versions 1.6 and 1.7

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

Removed from v.1.6  
changed lines
  Added in v.1.7


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