[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.1.2.3 and 1.1.2.4

version 1.1.2.3, 2001/03/21 19:46:28 version 1.1.2.4, 2001/05/07 21:09:34
Line 34 
Line 34 
         Attrib a;          Attrib a;
 };  };
   
 /*  /*
  * Initialiase a SSH filexfer connection. Returns -1 on error or   * Initialiase a SSH filexfer connection. Returns -1 on error or
  * protocol version on success.   * protocol version on success.
  */   */
 int do_init(int fd_in, int fd_out);  int do_init(int fd_in, int fd_out);
Line 68 
Line 68 
 Attrib *do_lstat(int fd_in, int fd_out, char *path, int quiet);  Attrib *do_lstat(int fd_in, int fd_out, char *path, int quiet);
   
 /* Get file attributes of open file 'handle' */  /* Get file attributes of open file 'handle' */
 Attrib *do_fstat(int fd_in, int fd_out, char *handle, u_int handle_len,  Attrib *do_fstat(int fd_in, int fd_out, char *handle, u_int handle_len,
     int quiet);      int quiet);
   
 /* Set file attributes of 'path' */  /* Set file attributes of 'path' */

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4