[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.14 and 1.15

version 1.14, 2005/04/26 12:59:02 version 1.15, 2008/01/11 07:22:28
Line 61 
Line 61 
 /* Get file attributes of 'path' (does not follow symlinks) */  /* Get file attributes of 'path' (does not follow symlinks) */
 Attrib *do_lstat(struct sftp_conn *, char *, int);  Attrib *do_lstat(struct sftp_conn *, char *, int);
   
 /* Get file attributes of open file 'handle' */  
 Attrib *do_fstat(struct sftp_conn *, char *, u_int, int);  
   
 /* Set file attributes of 'path' */  /* Set file attributes of 'path' */
 int do_setstat(struct sftp_conn *, char *, Attrib *);  int do_setstat(struct sftp_conn *, char *, Attrib *);
   
Line 78 
Line 75 
   
 /* Rename 'oldpath' to 'newpath' */  /* Rename 'oldpath' to 'newpath' */
 int do_symlink(struct sftp_conn *, char *, char *);  int do_symlink(struct sftp_conn *, char *, char *);
   
 /* Return target of symlink 'path' - caller must free result */  
 char *do_readlink(struct sftp_conn *, char *);  
   
 /* XXX: add callbacks to do_download/do_upload so we can do progress meter */  /* XXX: add callbacks to do_download/do_upload so we can do progress meter */
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15