#include "config.h"#include "defines.h"#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <string.h>#include <sys/types.h>#include <time.h>#include "readline.h"#include "hashlib.h"#include "utils.h"#include "configparser.h"#include "cfcgi.h"#include "template.h"#include "clientlib.h"Go to the source code of this file.
Functions | |
| int | flt_tplmode_execute (t_cf_hash *head, t_configuration *dc, t_configuration *vc) |
| int | flt_tplmode_handle (t_configfile *cfile, t_conf_opt *opt, u_char **args, int argnum) |
| void | flt_tplmode_finish (void) |
Variables | |
| t_conf_opt | flt_tplmode_config [] |
| t_handler_config | flt_tplmode_handlers [] |
| t_module_config | flt_tplmode |
Definition in file flt_tplmode.c.
|
|
Initial value: {
flt_tplmode_config,
flt_tplmode_handlers,
NULL,
NULL,
NULL,
flt_tplmode_finish
}
Definition at line 75 of file flt_tplmode.c. |
|
|
Initial value: {
{ "TPLMode", flt_tplmode_handle, NULL },
{ NULL, NULL, NULL }
}
Definition at line 65 of file flt_tplmode.c. |
|
|
Initial value: {
{ INIT_HANDLER, flt_tplmode_execute },
{ 0, NULL }
}
Definition at line 70 of file flt_tplmode.c. |
1.3.5