|
|
| version 1.4.2.2, 2003/01/31 12:10:45 | version 1.7, 2004/02/11 15:33:15 |
|---|---|
| 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-2004 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 |