Apache 1.3 API Documentation

Constant DECLINE_CMD

Definition:

#include "http_config.h"
     

Usage example:

request_rec *r;
if (! our_cmd) { 
    return DECLINE_CMD; 
} 
     

No documentation available.

See also:
DECLINED, DONE, OK

Previous: DECLINED Next: DEFAULT_ADMIN

Table of Contents (Routines, Structures, Data Cells, Constants)