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

Diff for /src/usr.bin/ssh/Attic/uuencode.h between version 1.13 and 1.14

version 1.13, 2006/08/03 03:34:42 version 1.14, 2010/08/31 11:54:45
Line 26 
Line 26 
   
 int      uuencode(const u_char *, u_int, char *, size_t);  int      uuencode(const u_char *, u_int, char *, size_t);
 int      uudecode(const char *, u_char *, size_t);  int      uudecode(const char *, u_char *, size_t);
 void     dump_base64(FILE *, u_char *, u_int);  void     dump_base64(FILE *, const u_char *, u_int);

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