[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.10 and 1.11

version 1.10, 2006/08/03 03:34:42 version 1.11, 2010/01/13 01:40:16
Line 46 
Line 46 
 void     attrib_to_stat(const Attrib *, struct stat *);  void     attrib_to_stat(const Attrib *, struct stat *);
 Attrib  *decode_attrib(Buffer *);  Attrib  *decode_attrib(Buffer *);
 void     encode_attrib(Buffer *, const Attrib *);  void     encode_attrib(Buffer *, const Attrib *);
 char    *ls_file(const char *, const struct stat *, int);  char    *ls_file(const char *, const struct stat *, int, int);
   
 const char *fx2txt(int);  const char *fx2txt(int);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11