[BACK]Return to sftp-client.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp-client.h between version 1.31 and 1.32

version 1.31, 2021/08/07 00:02:41 version 1.32, 2021/08/07 00:08:52
Line 55 
Line 55 
         u_int64_t open_handles;          u_int64_t open_handles;
 };  };
   
   /* print flag values */
   #define SFTP_QUIET              0       /* be quiet during transfers */
   #define SFTP_PRINT              1       /* list files and show progress bar */
   #define SFTP_PROGRESS_ONLY      2       /* progress bar only */
   
 /*  /*
  * Initialise a SSH filexfer connection. Returns NULL on error or   * Initialise a SSH filexfer connection. Returns NULL on error or
  * a pointer to a initialized sftp_conn struct on success.   * a pointer to a initialized sftp_conn struct on success.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32