[BACK]Return to sftp-common.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp-common.h between version 1.12 and 1.13

version 1.12, 2015/01/14 13:54:13 version 1.13, 2022/09/19 10:41:58
Line 47 
Line 47 
 void     attrib_to_stat(const Attrib *, struct stat *);  void     attrib_to_stat(const Attrib *, struct stat *);
 int      decode_attrib(struct sshbuf *, Attrib *);  int      decode_attrib(struct sshbuf *, Attrib *);
 int      encode_attrib(struct sshbuf *, const Attrib *);  int      encode_attrib(struct sshbuf *, const Attrib *);
 char    *ls_file(const char *, const struct stat *, int, int);  char    *ls_file(const char *, const struct stat *, int, int,
       const char *, const char *);
   
 const char *fx2txt(int);  const char *fx2txt(int);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13