#include <http_config.h>
Data Fields | |
| int(* | getch )(void *param) |
| void *(* | getstr )(void *buf, size_t bufsiz, void *param) |
| int(* | close )(void *param) |
| void * | param |
| const char * | name |
| unsigned | line_number |
| int(* ap_configfile_t::getch)(void *param) |
a getc()-like function
| void*(* ap_configfile_t::getstr)(void *buf, size_t bufsiz, void *param) |
a fgets()-like function
| int(* ap_configfile_t::close)(void *param) |
a close handler function
| void* ap_configfile_t::param |
the argument passed to getch/getstr/close
| const char* ap_configfile_t::name |
the filename / description
| unsigned ap_configfile_t::line_number |
current line number, starting at 1