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

flt_category.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

void parse_list (u_char *vips, t_cf_hash *hash)
int execute_filter (t_cf_hash *head, t_configuration *dc, t_configuration *vc, t_message *msg, unsigned long long tid, int mode)
int flt_cat_handle_command (t_configfile *cf, t_conf_opt *opt, u_char **args, int argnum)
void flt_cat_finish (void)

Variables

t_cf_hashCats = NULL
t_conf_opt config []
t_handler_config handlers []
t_module_config flt_category


Detailed Description

Author:
Christian Kruse, <cjk@wwwtech.de>
This plugin filters threads in user view

Definition in file flt_category.c.


Variable Documentation

t_conf_opt config[]
 

Initial value:

 {
  { "ShowCategories", flt_cat_handle_command, NULL },
  { NULL,             NULL,                   NULL }
}

Definition at line 88 of file flt_category.c.

t_module_config flt_category
 

Initial value:

 {
  config,
  handlers,
  NULL,
  NULL,
  NULL,
  flt_cat_finish
}

Definition at line 98 of file flt_category.c.

t_handler_config handlers[]
 

Initial value:

 {
  { VIEW_LIST_HANDLER, execute_filter },
  { 0, NULL }
}

Definition at line 93 of file flt_category.c.


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