#include "config.h"#include "defines.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <sys/types.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 | exec_owncss_list (t_cf_hash *head, t_configuration *dc, t_configuration *vc, t_cf_template *begin, t_cf_template *end) |
| int | flt_owncss_post (t_cf_hash *head, t_configuration *dc, t_configuration *vc, t_cl_thread *thread, t_cf_template *tpl) |
| int | flt_owncss_handle (t_configfile *cf, t_conf_opt *opt, u_char **args, int argnum) |
| void | flt_owncss_finish (void) |
Variables | |
| t_conf_opt | config [] |
| t_handler_config | handlers [] |
| t_module_config | flt_owncss |
Definition in file flt_owncss.c.
|
|
Initial value: {
{ "OwnCSSFile", flt_owncss_handle, NULL },
{ "OverwriteStandardCSS", flt_owncss_handle, NULL },
{ NULL, NULL, NULL }
}
Definition at line 83 of file flt_owncss.c. |
|
|
Initial value: {
config,
handlers,
NULL,
NULL,
NULL,
flt_owncss_finish
}
Definition at line 95 of file flt_owncss.c. |
|
|
Initial value: {
{ VIEW_INIT_HANDLER, exec_owncss_list },
{ POSTING_HANDLER, flt_owncss_post },
{ 0, NULL }
}
Definition at line 89 of file flt_owncss.c. |
1.3.5