Annotation of parser3/src/include/pa_socks.h, revision 1.11

1.2       paf         1: /**    @file
                      2:        Parser: socks initialization/finalization decls.
1.1       paf         3: 
1.11    ! paf         4:        Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com)
1.8       paf         5:        Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
1.1       paf         6: */
                      7: 
                      8: #ifndef PA_SOCKS_H
                      9: #define PA_SOCKS_H
1.9       paf        10: 
1.11    ! paf        11: static const char* IDENT_SOCKS_H="$Date: 2002/08/01 11:41:16 $";
1.1       paf        12: 
                     13: #include "pa_pool.h"
                     14: 
                     15: void init_socks(Pool& pool);
                     16: void done_socks();
                     17: 
                     18: #endif

E-mail: