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

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: 
                      6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      7: 
1.3     ! parser      8:        $Id: pa_socks.h,v 1.2 2001/04/26 15:14:10 paf Exp $
1.1       paf         9: */
                     10: 
                     11: #ifndef PA_SOCKS_H
                     12: #define PA_SOCKS_H
                     13: 
1.3     ! parser     14: #include "pa_config_includes.h"
1.1       paf        15: #include "pa_pool.h"
                     16: 
                     17: void init_socks(Pool& pool);
                     18: void done_socks();
                     19: 
                     20: #endif

E-mail: