File:  [parser3project] / parser3 / src / include / pa_socks.h
Revision 1.10: download - view: text, annotated - select for diffs - revision graph
Thu Aug 1 11:41:16 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007, release_3_0_0006, release_3_0_0005, HEAD
$Date: now$

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

	Copyright (c) 2001, 2002 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* IDENT_SOCKS_H="$Date: 2002/08/01 11:41:16 $";

#include "pa_pool.h"

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

#endif

E-mail: