Apache 1.3 API Documentation

Routine ap_cfg_getc

Definition:

int ap_cfg_getc(configfile_t *cfp);
     

Usage example:

No examples available; not used in Apache 1.3.
     

Read one character from a configfile_t. Increments cfp->line_number if a newline is encountered.

Returns the character found.

See also:
ap_cfg_closefile, ap_cfg_getline

Previous: ap_cfg_closefile Next: ap_cfg_getline

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