--- parser3/src/include/pa_uue.h 2003/01/21 15:51:12 1.4 +++ parser3/src/include/pa_uue.h 2023/09/26 20:49:08 1.15 @@ -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-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_UUE_H #define PA_UUE_H -static const char* IDENT_UUE_H="$Date: 2003/01/21 15:51:12 $"; +#define IDENT_PA_UUE_H "$Id: pa_uue.h,v 1.15 2023/09/26 20:49:08 moko Exp $" -#include "pa_string.h" -#include "pa_vfile.h" - -void pa_uuencode(String& result, const char *file_name_cstr, const VFile& vfile); +const char* pa_uuencode(const unsigned char* in, size_t in_size, const char* file_name); #endif