Diff for /libaitrpc/inc/defs.h between versions 1.11 and 1.12

version 1.11, 2013/07/16 13:04:20 version 1.12, 2013/08/13 00:09:36
Line 75  SUCH DAMAGE. Line 75  SUCH DAMAGE.
 extern int rpc_Errno;  extern int rpc_Errno;
 extern char rpc_Error[STRSIZ];  extern char rpc_Error[STRSIZ];
   
 void rpc_SetErr(int eno, char *estr, ...);  
   
 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);
   

Removed from v.1.11  
changed lines
  Added in v.1.12


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