MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
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 */