Diff for /parser3/src/include/pa_uue.h between versions 1.4.2.3 and 1.10

version 1.4.2.3, 2003/01/31 12:34:32 version 1.10, 2009/09/28 08:59:12
Line 1 Line 1
 /** @file  /** @file
         Parser: uue encoding module.          Parser: uue encoding module.
   
         Copyright (c) 2000,2001-2003 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2000-2009 ArtLebedev Group (http://www.artlebedev.com)
         Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)          Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
 */  */
   
 #ifndef PA_UUE_H  #ifndef PA_UUE_H
 #define PA_UUE_H  #define PA_UUE_H
   
 static const char* IDENT_UUE_H="$Date$";  static const char * const IDENT_UUE_H="$Date$";
   
 #include "pa_string.h"  const char* pa_uuencode(const unsigned char* in, size_t in_size, const char* file_name);
 #include "pa_vfile.h"  
   
 void pa_uuencode(Pool& pool, String& result, StringPtr file_name, const VFile& vfile);  
   
 #endif  #endif

Removed from v.1.4.2.3  
changed lines
  Added in v.1.10


E-mail: