--- parser3/src/include/pa_uue.h 2003/01/31 12:10:45 1.4.2.2 +++ parser3/src/include/pa_uue.h 2012/03/16 09:24:11 1.11 @@ -1,18 +1,15 @@ /** @file Parser: uue encoding module. - Copyright (c) 2000,2001, 2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2000-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_UUE_H #define PA_UUE_H -static const char* IDENT_UUE_H="$Date: 2003/01/31 12:10:45 $"; +#define IDENT_PA_UUE_H "$Id: pa_uue.h,v 1.11 2012/03/16 09:24:11 moko Exp $" -#include "pa_string.h" -#include "pa_vfile.h" - -void pa_uuencode(Pool& pool, String& result, StringPtr file_name, const VFile& vfile); +const char* pa_uuencode(const unsigned char* in, size_t in_size, const char* file_name); #endif