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

version 1.4.2.3, 2003/01/31 12:34:32 version 1.7.14.1, 2005/08/05 13:03:00
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,2001-2005 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"  #include "pa_string.h"
 #include "pa_vfile.h"  #include "pa_vfile.h"
   
 void pa_uuencode(Pool& pool, String& result, StringPtr file_name, const VFile& vfile);  void pa_uuencode(String& result, const String& file_name, const VFile& vfile);
   
 #endif  #endif

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


E-mail: