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

1.2       paf         1: /**    @file
                      2:        Parser: socks initialization/finalization decls.
1.1       paf         3: 
                      4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
                      5:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      6: 
1.4     ! parser      7:        $Id: pa_socks.h,v 1.3 2001/05/17 10:22:24 parser Exp $
1.1       paf         8: */
                      9: 
                     10: #ifndef PA_SOCKS_H
                     11: #define PA_SOCKS_H
                     12: 
1.3       parser     13: #include "pa_config_includes.h"
1.1       paf        14: #include "pa_pool.h"
                     15: 
                     16: void init_socks(Pool& pool);
                     17: void done_socks();
                     18: 
                     19: #endif

E-mail: