--- parser3/src/include/pa_sapi.h 2001/12/15 21:28:20 1.16 +++ parser3/src/include/pa_sapi.h 2002/06/11 12:20:42 1.19 @@ -1,10 +1,10 @@ /** @file Parser: web server api interface object decl. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) - $Id: pa_sapi.h,v 1.16 2001/12/15 21:28:20 paf Exp $ + $Id: pa_sapi.h,v 1.19 2002/06/11 12:20:42 paf Exp $ */ #ifndef PA_SAPI_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