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

flt_owncss.c File Reference

#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


Detailed Description

Author:
Christian Kruse, <cjk@wwwtech.de>
Let the user choose an own css file

Definition in file flt_owncss.c.


Variable Documentation

t_conf_opt config[]
 

Initial value:

 {
  { "OwnCSSFile",           flt_owncss_handle, NULL },
  { "OverwriteStandardCSS", flt_owncss_handle, NULL },
  { NULL, NULL, NULL }
}

Definition at line 83 of file flt_owncss.c.

t_module_config flt_owncss
 

Initial value:

 {
  config,
  handlers,
  NULL,
  NULL,
  NULL,
  flt_owncss_finish
}

Definition at line 95 of file flt_owncss.c.

t_handler_config handlers[]
 

Initial value:

 {
  { VIEW_INIT_HANDLER, exec_owncss_list },
  { POSTING_HANDLER,   flt_owncss_post },
  { 0, NULL }
}

Definition at line 89 of file flt_owncss.c.


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