[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.15 and 1.16

version 1.15, 2008/01/11 07:22:28 version 1.16, 2008/04/18 12:32:11
Line 70 
Line 70 
 /* Canonicalise 'path' - caller must free result */  /* Canonicalise 'path' - caller must free result */
 char *do_realpath(struct sftp_conn *, char *);  char *do_realpath(struct sftp_conn *, char *);
   
   /* Get statistics for filesystem hosting file at "path" */
   struct statvfs;
   int do_statvfs(struct sftp_conn *, const char *, struct statvfs *, int);
   
 /* Rename 'oldpath' to 'newpath' */  /* Rename 'oldpath' to 'newpath' */
 int do_rename(struct sftp_conn *, char *, char *);  int do_rename(struct sftp_conn *, char *, char *);
   

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