Annotation of parser3/src/include/pa_uue.h, revision 1.1
1.1 ! paf 1: /** @file
! 2: Parser: uue encoding module.
! 3:
! 4: Copyright (c) 2000,2001, 2002 ArtLebedev Group (http://www.artlebedev.com)
! 5: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
! 6:
! 7: $Id: pa_exec.h,v 1.8 2002/03/25 11:55:26 paf Exp $
! 8: */
! 9:
! 10: #ifndef PA_UUE_H
! 11: #define PA_UUE_H
! 12:
! 13: #include "pa_string.h"
! 14: #include "pa_vfile.h"
! 15:
! 16: void pa_uuencode(String& result, const char *file_name_cstr, const VFile& vfile);
! 17:
! 18: #endif
E-mail: