File:  [parser3project] / parser3 / src / include / pa_uue.h
Revision 1.10: download - view: text, annotated - select for diffs - revision graph
Mon Sep 28 08:59:12 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_1, release_3_4_0, HEAD
- pa_uuencode now has inout params like pa_base64

/** @file
	Parser: uue encoding module.

	Copyright (c) 2000-2009 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: 2009/09/28 08:59:12 $";

const char* pa_uuencode(const unsigned char* in, size_t in_size, const char* file_name);

#endif

E-mail: