--- parser3/src/include/pa_socks.h 2001/04/26 15:14:10 1.2 +++ parser3/src/include/pa_socks.h 2002/08/01 11:26:47 1.9 @@ -1,16 +1,15 @@ /** @file Parser: socks initialization/finalization decls. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - - Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: pa_socks.h,v 1.2 2001/04/26 15:14:10 paf Exp $ + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_SOCKS_H #define PA_SOCKS_H +static const char* IDENT_SOCKS_H="$Id: pa_socks.h,v 1.9 2002/08/01 11:26:47 paf Exp $"; + #include "pa_pool.h" void init_socks(Pool& pool);