[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.4 and 1.4.4.1

version 1.4, 2002/09/11 22:41:50 version 1.4.4.1, 2004/03/04 18:18:16
Line 39 
Line 39 
 };  };
   
 void     attrib_clear(Attrib *);  void     attrib_clear(Attrib *);
 void     stat_to_attrib(struct stat *, Attrib *);  void     stat_to_attrib(const struct stat *, Attrib *);
 void     attrib_to_stat(Attrib *, struct stat *);  void     attrib_to_stat(const Attrib *, struct stat *);
 Attrib  *decode_attrib(Buffer *);  Attrib  *decode_attrib(Buffer *);
 void     encode_attrib(Buffer *, Attrib *);  void     encode_attrib(Buffer *, const Attrib *);
 char    *ls_file(char *, struct stat *, int);  char    *ls_file(const char *, const struct stat *, int);
   
 const char *fx2txt(int);  const char *fx2txt(int);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.4.1