File:  [parser3project] / parser3 / src / include / pa_uue.h
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Wed Feb 11 15:33:15 2004 UTC (22 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_5, release_3_1_4, release_3_1_3, release_3_1_2, HEAD
2004

/** @file
	Parser: uue encoding module.

	Copyright (c) 2000,2001-2004 ArtLebedev Group (http://www.artlebedev.com)
	Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
*/

#ifndef PA_UUE_H
#define PA_UUE_H

static const char * const IDENT_UUE_H="$Date: 2004/02/11 15:33:15 $";

#include "pa_string.h"
#include "pa_vfile.h"

void pa_uuencode(String& result, const String& file_name, const VFile& vfile);

#endif

E-mail: