Annotation of parser3/src/include/pa_uue.h, revision 1.4.2.3.2.1

1.1       paf         1: /** @file
                      2:        Parser: uue encoding module.
                      3: 
1.4.2.3   paf         4:        Copyright (c) 2000,2001-2003 ArtLebedev Group (http://www.artlebedev.com)
1.1       paf         5:        Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
                      6: */
                      7: 
                      8: #ifndef PA_UUE_H
                      9: #define PA_UUE_H
1.2       paf        10: 
1.4.2.3.2.1! paf        11: static const char* IDENT_UUE_H="$Date: 2003/01/31 12:34:32 $";
1.1       paf        12: 
                     13: #include "pa_string.h"
                     14: #include "pa_vfile.h"
                     15: 
1.4.2.3.2.1! paf        16: void pa_uuencode(String& result, const String& file_name, const VFile& vfile);
1.1       paf        17: 
                     18: #endif

E-mail: