[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.18 and 1.19

version 1.18, 2009/08/18 18:36:20 version 1.19, 2010/09/22 22:58:51
Line 51 
Line 51 
  * 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.
  */   */
 struct sftp_conn *do_init(int, int, u_int, u_int);  struct sftp_conn *do_init(int, int, u_int, u_int, u_int64_t);
   
 u_int sftp_proto_version(struct sftp_conn *);  u_int sftp_proto_version(struct sftp_conn *);
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19