Diff for /libaitrpc/inc/aitrpc_cli.h between versions 1.3 and 1.3.4.1

version 1.3, 2024/03/20 17:32:30 version 1.3.4.1, 2024/12/09 13:41:57
Line 68  typedef struct { Line 68  typedef struct {
   
 /* ----------------------------------------------------------------------- */  /* ----------------------------------------------------------------------- */
   
   #ifdef __cplusplus
   extern "C" {
   #endif
   
 /* Error support functions */  /* Error support functions */
   
 // rpc_GetErrno() Get error code of last operation  // rpc_GetErrno() Get error code of last operation
Line 330  rpc_cli_t *rpc_cli_openClientExt(u_char InstID, int ne Line 334  rpc_cli_t *rpc_cli_openClientExt(u_char InstID, int ne
  */   */
 void rpc_cli_closeClientExt(rpc_cli_t ** __restrict cli);  void rpc_cli_closeClientExt(rpc_cli_t ** __restrict cli);
   
   #ifdef __cplusplus
   }
   #endif
   
 #endif  #endif

Removed from v.1.3  
changed lines
  Added in v.1.3.4.1


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