[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.2.2.2 and 1.3

version 1.2.2.2, 2001/03/21 18:53:04 version 1.3, 2001/03/13 22:42:54
Line 62 
Line 62 
 int do_rmdir(int fd_in, int fd_out, char *path);  int do_rmdir(int fd_in, int fd_out, char *path);
   
 /* Get file attributes of 'path' (follows symlinks) */  /* Get file attributes of 'path' (follows symlinks) */
 Attrib *do_stat(int fd_in, int fd_out, char *path, int quiet);  Attrib *do_stat(int fd_in, int fd_out, char *path);
   
 /* Get file attributes of 'path' (does not follow symlinks) */  /* Get file attributes of 'path' (does not follow symlinks) */
 Attrib *do_lstat(int fd_in, int fd_out, char *path, int quiet);  Attrib *do_lstat(int fd_in, int fd_out, char *path);
   
 /* 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,
     int quiet);      u_int handle_len);
   
 /* Set file attributes of 'path' */  /* Set file attributes of 'path' */
 int do_setstat(int fd_in, int fd_out, char *path, Attrib *a);  int do_setstat(int fd_in, int fd_out, char *path, Attrib *a);

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.3