--- parser3/src/include/pa_uue.h 2003/03/18 15:14:17 1.4.2.3.2.1 +++ parser3/src/include/pa_uue.h 2026/04/25 13:38:46 1.17 @@ -1,18 +1,15 @@ /** @file Parser: uue encoding module. - Copyright (c) 2000,2001-2003 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2000-2026 Art. Lebedev Studio (https://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_UUE_H #define PA_UUE_H -static const char* IDENT_UUE_H="$Date: 2003/03/18 15:14:17 $"; +#define IDENT_PA_UUE_H "$Id: pa_uue.h,v 1.17 2026/04/25 13:38:46 moko Exp $" -#include "pa_string.h" -#include "pa_vfile.h" - -void pa_uuencode(String& result, const String& file_name, const VFile& vfile); +const char* pa_uuencode(const unsigned char* in, size_t in_size, const char* file_name); #endif