#include "config.h"#include "defines.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.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 | flt_link_set_links_post (t_cf_hash *head, t_configuration *dc, t_configuration *vc, t_cl_thread *thread, t_cf_template *tpl) |
| int | flt_link_handle_conf (t_configfile *cfg, t_conf_opt *entry, u_char **args, int argnum) |
Variables | |
| t_conf_opt | flt_link_config [] |
| t_handler_config | flt_link_handlers [] |
| t_module_config | flt_link |
Definition in file flt_link.c.
|
|
Initial value: {
flt_link_config,
flt_link_handlers,
NULL,
NULL,
NULL,
NULL
}
Definition at line 86 of file flt_link.c. |
|
|
Initial value: {
{ "SetLinkTags", flt_link_handle_conf, NULL },
{ NULL, NULL, NULL }
}
Definition at line 76 of file flt_link.c. |
|
|
Initial value: {
{ POSTING_HANDLER, flt_link_set_links_post },
{ 0, NULL }
}
Definition at line 81 of file flt_link.c. |
1.3.5