[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.27 and 1.28

version 1.27, 2015/05/08 06:45:13 version 1.28, 2019/01/16 23:23:45
Line 85 
Line 85 
 /* Set file attributes of open file 'handle' */  /* Set file attributes of open file 'handle' */
 int do_fsetstat(struct sftp_conn *, const u_char *, u_int, Attrib *);  int do_fsetstat(struct sftp_conn *, const u_char *, u_int, Attrib *);
   
   /* Set file attributes of 'path', not following symlinks */
   int do_lsetstat(struct sftp_conn *conn, const char *path, Attrib *a);
   
 /* Canonicalise 'path' - caller must free result */  /* Canonicalise 'path' - caller must free result */
 char *do_realpath(struct sftp_conn *, const char *);  char *do_realpath(struct sftp_conn *, const char *);
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28