Annotation of parser3/src/include/pa_uue.h, revision 1.10
1.1 paf 1: /** @file
2: Parser: uue encoding module.
3:
1.9 misha 4: Copyright (c) 2000-2009 ArtLebedev Group (http://www.artlebedev.com)
1.1 paf 5: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
6: */
7:
8: #ifndef PA_UUE_H
9: #define PA_UUE_H
1.2 paf 10:
1.10 ! misha 11: static const char * const IDENT_UUE_H="$Date: 2009-09-27 22:07:50 $";
1.1 paf 12:
1.10 ! misha 13: const char* pa_uuencode(const unsigned char* in, size_t in_size, const char* file_name);
1.1 paf 14:
15: #endif
E-mail: