--- parser3/src/include/pa_sapi.h 2002/02/08 08:30:13 1.18 +++ parser3/src/include/pa_sapi.h 2002/08/01 11:26:47 1.20 @@ -3,13 +3,13 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: pa_sapi.h,v 1.18 2002/02/08 08:30:13 paf Exp $ */ #ifndef PA_SAPI_H #define PA_SAPI_H +static const char* IDENT_SAPI_H="$Id: pa_sapi.h,v 1.20 2002/08/01 11:26:47 paf Exp $"; + #include "pa_pool.h" #include "pa_types.h" @@ -23,6 +23,8 @@ struct SAPI { static void log(Pool& pool, const char *fmt, ...); /// log error message & die static void die(const char *fmt, ...); + /// environment strings + static const char *const *environment(Pool& pool); /// get environment string static const char *get_env(Pool& pool, const char *name); /// read POST request bytes