[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.21 and 1.22

version 1.21, 2013/07/25 00:56:51 version 1.22, 2013/08/08 05:04:03
Line 92 
Line 92 
 int do_statvfs(struct sftp_conn *, const char *, struct sftp_statvfs *, int);  int do_statvfs(struct sftp_conn *, const char *, struct sftp_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 *m, int force_legacy);
   
 /* Link 'oldpath' to 'newpath' */  /* Link 'oldpath' to 'newpath' */
 int do_hardlink(struct sftp_conn *, char *, char *);  int do_hardlink(struct sftp_conn *, char *, char *);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22