Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

flt_link.c File Reference

#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


Detailed Description

Author:
Christian Kruse, <cjk@wwwtech.de>
This plugin sets elements in the postings and the threadlist

Definition in file flt_link.c.


Variable Documentation

t_module_config flt_link
 

Initial value:

 {
  flt_link_config,
  flt_link_handlers,
  NULL,
  NULL,
  NULL,
  NULL
}

Definition at line 86 of file flt_link.c.

t_conf_opt flt_link_config[]
 

Initial value:

 {
  { "SetLinkTags",    flt_link_handle_conf,   NULL },
  { NULL, NULL, NULL }
}

Definition at line 76 of file flt_link.c.

t_handler_config flt_link_handlers[]
 

Initial value:

 {
  { POSTING_HANDLER,   flt_link_set_links_post },
  { 0, NULL }
}

Definition at line 81 of file flt_link.c.


Generated on Sun Apr 25 16:37:39 2004 for Classic Forum by doxygen 1.3.5