[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.3 and 1.3.4.1

version 1.3, 2001/06/26 17:27:24 version 1.3.4.1, 2002/10/11 14:51:52
Line 40 
Line 40 
   
 void     attrib_clear(Attrib *);  void     attrib_clear(Attrib *);
 void     stat_to_attrib(struct stat *, Attrib *);  void     stat_to_attrib(struct stat *, Attrib *);
   void     attrib_to_stat(Attrib *, struct stat *);
 Attrib  *decode_attrib(Buffer *);  Attrib  *decode_attrib(Buffer *);
 void     encode_attrib(Buffer *, Attrib *);  void     encode_attrib(Buffer *, Attrib *);
   char    *ls_file(char *, struct stat *, int);
   
 const char *fx2txt(int);  const char *fx2txt(int);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.4.1