--- parser3/src/include/pa_socks.h 2005/08/05 13:02:59 1.16.8.1 +++ parser3/src/include/pa_socks.h 2023/09/26 20:49:07 1.22 @@ -1,14 +1,14 @@ /** @file Parser: socks initialization/finalization decls. - Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_SOCKS_H #define PA_SOCKS_H -static const char * const IDENT_SOCKS_H="$Date: 2005/08/05 13:02:59 $"; +#define IDENT_PA_SOCKS_H "$Id: pa_socks.h,v 1.22 2023/09/26 20:49:07 moko Exp $" void pa_socks_init(); void pa_socks_done();