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

/**	@file
	Parser: socks initialization/finalization decls.

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

#ifndef PA_SOCKS_H
#define PA_SOCKS_H

static const char * const IDENT_SOCKS_H="$Date: 2005/08/05 13:02:59 $";

void pa_socks_init();
void pa_socks_done();

int pa_socks_errno();
const char* pa_socks_strerr(int no);

#endif

E-mail: