Annotation of parser3/src/include/pa_socks.h, revision 1.7
1.2 paf 1: /** @file
2: Parser: socks initialization/finalization decls.
1.1 paf 3:
1.7 ! paf 4: Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com)
1.5 paf 5: Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)
1.1 paf 6:
1.7 ! paf 7: $Id: pa_socks.h,v 1.6 2001/12/15 21:28:20 paf Exp $
1.1 paf 8: */
9:
10: #ifndef PA_SOCKS_H
11: #define PA_SOCKS_H
12:
13: #include "pa_pool.h"
14:
15: void init_socks(Pool& pool);
16: void done_socks();
17:
18: #endif
E-mail: