--- parser3/src/include/pa_sapi.h 2003/03/24 09:39:55 1.22.2.8.2.4 +++ parser3/src/include/pa_sapi.h 2004/02/12 06:46:31 1.25 @@ -1,14 +1,14 @@ /** @file Parser: web server api interface object decl. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_SAPI_H #define PA_SAPI_H -static const char* IDENT_SAPI_H="$Date: 2003/03/24 09:39:55 $"; +static const char * const IDENT_SAPI_H="$Date: 2004/02/12 06:46:31 $"; // includes @@ -28,7 +28,7 @@ struct SAPI { /// log error message & abort[write core] static void abort(const char* fmt, ...); /// environment strings - static const char *const * environment(SAPI_Info& info); + static const char* const* environment(SAPI_Info& info); /// get environment string static char* get_env(SAPI_Info& info, const char* name); /// read POST request bytes