File: //usr/local/frontpage/currentversion/apache2/mod_fpcgid.h
/* ====================================================================
*
* Apache FrontPage module.
*
* Copyright (c) 2002 Microsoft Corporation -- All Rights Reserved.
*
* NO WARRANTIES. Microsoft expressly disclaims any warranty for this code and
* information. This code and information and any related documentation is
* provided "as is" without warranty of any kind, either express or implied,
* including, without limitation, the implied warranties or merchantability,
* fitness for a particular purpose, or noninfringement. The entire risk
* arising out of use or performance of this code and information remains with
* you.
*
* NO LIABILITY FOR DAMAGES. In no event shall Microsoft or its suppliers be
* liable for any damages whatsoever (including, without limitation, damages
* for loss of business profits, business interruption, loss of business
* information, or any other pecuniary loss) arising out of the use of or
* inability to use this Microsoft product, even if Microsoft has been advised
* of the possibility of such damages. Because some states/jurisdictions do not
* allow the exclusion or limitation of liability for consequential or
* incidental damages, the above limitation may not apply to you.
*/
#ifndef MOD_FPCGID_H
#define MOD_FPCGID_H
void fpcgid_init_pool(int* first_time, const char* userdata_key);
int fpcgid_init(apr_pool_t* p, apr_pool_t* plog, apr_pool_t* ptemp,
server_rec* main_server);
int fpcgid_handler(request_rec* r);
void* fpcreate_cgid_config(apr_pool_t* p, server_rec* s);
void* fpmerge_cgid_config(apr_pool_t* p, void* basev, void* overridesv);
#endif /* MOD_FPCGID_H */