--- parser3/src/include/pa_uue.h 2002/06/24 11:59:32 1.1 +++ 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, 2002 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: pa_uue.h,v 1.1 2002/06/24 11:59:32 paf Exp $ + Copyright (c) 2000-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_UUE_H #define PA_UUE_H -#include "pa_string.h" -#include "pa_vfile.h" +#define IDENT_PA_UUE_H "$Id: pa_uue.h,v 1.15 2023/09/26 20:49:08 moko Exp $" -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