File:  [parser3project] / parser3 / src / include / pa_uue.h
Revision 1.7.14.1: download - view: text, annotated - select for diffs - revision graph
Fri Aug 5 13:03:00 2005 UTC (20 years, 11 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: branchpoint 1.7: preferred, unified
. 2005 ;)

/** @file
	Parser: uue encoding module.

	Copyright (c) 2000,2001-2005 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: 2005/08/05 13:03:00 $";

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

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

#endif

E-mail: