[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.1 and 1.12.4.2

version 1.12.4.1, 2005/03/10 16:28:28 version 1.12.4.2, 2005/09/02 03:45:00
Line 30 
Line 30 
 };  };
   
 /*  /*
  * Initialiase 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);

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