File:  [parser3project] / parser3 / src / include / pa_uue.h
Revision 1.4.2.3: download - view: text, annotated - select for diffs - revision graph
Fri Jan 31 12:34:32 2003 UTC (23 years, 5 months ago) by paf
Diff to: branchpoint 1.4: preferred, unified
grammar compiled

/** @file
	Parser: uue encoding module.

	Copyright (c) 2000,2001-2003 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* IDENT_UUE_H="$Date: 2003/01/31 12:34:32 $";

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

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

#endif

E-mail: