Annotation of parser3/src/include/pa_socks.h, revision 1.1
1.1 ! paf 1: /** @file
! 2: Parser: executor part of request class.
! 3:
! 4: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
! 5:
! 6: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
! 7:
! 8: $Id: execute.C,v 1.141 2001/04/06 12:34:54 paf Exp $
! 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: