[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.12 and 1.12.4.1

version 1.12, 2004/02/17 05:39:51 version 1.12.4.1, 2005/03/10 16:28:28
Line 30 
Line 30 
 };  };
   
 /*  /*
  * Initialiase a SSH filexfer connection. Returns -1 on error or   * Initialiase a SSH filexfer connection. Returns NULL on error or
  * protocol version 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);
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.4.1