Apache 1.3 API Documentation

Routine ap_cfg_closefile

Definition:

int ap_cfg_closefile(configfile_t *fp);
     

Usage example:

ap_cfg_closefile(imap);  /* we are done with the map file; close it */
     

Closes fp.

Returns 0 on success, -1 on error.

See also:
ap_cfg_getc, ap_cfg_getline

Previous: ap_can_exec Next: ap_cfg_getc

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