File:  [parser3project] / parser3 / src / include / pa_socks.h
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Sep 26 10:32:25 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
CVS tags: HEAD
added ident.awk and main.dsp splitted to main+classes+types along to .am

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

	Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
	Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)

	$Id: pa_socks.h,v 1.4 2001/09/26 10:32:25 parser Exp $
*/

#ifndef PA_SOCKS_H
#define PA_SOCKS_H

#include "pa_config_includes.h"
#include "pa_pool.h"

void init_socks(Pool& pool);
void done_socks();

#endif

E-mail: