[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.4.2 and 1.13

version 1.12.4.2, 2005/09/02 03:45:00 version 1.13, 2004/11/29 07:41:24
Line 30 
Line 30 
 };  };
   
 /*  /*
  * Initialise a SSH filexfer connection. Returns NULL on error or   * Initialiase 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);

Legend:
Removed from v.1.12.4.2  
changed lines
  Added in v.1.13