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

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.2     ! paf         8:        $Id: pa_socks.h,v 1.1 2001/04/07 14:23:31 paf Exp $
1.1       paf         9: */
                     10: 
                     11: #ifndef PA_SOCKS_H
                     12: #define PA_SOCKS_H
                     13: 
                     14: #include "pa_pool.h"
                     15: 
                     16: void init_socks(Pool& pool);
                     17: void done_socks();
                     18: 
                     19: #endif

E-mail: