Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

re_filterfile_spec Struct Reference

This struct represents one filter (one block) from the re_filterfile. More...


Data Fields

char * name
char * description
list patterns [1]
pcrs_job * joblist
re_filterfile_spec * next


Detailed Description

This struct represents one filter (one block) from the re_filterfile.

If there is more than one filter in the file, the file will be represented by a chained list of re_filterfile specs.


Field Documentation

char* re_filterfile_spec::description
 

Description from FILTER: statement in re_filterfile.

pcrs_job* re_filterfile_spec::joblist
 

The resulting compiled pcrs_jobs.

char* re_filterfile_spec::name
 

Name from FILTER: statement in re_filterfile.

struct re_filterfile_spec* re_filterfile_spec::next
 

The pointer for chaining.

struct list re_filterfile_spec::patterns[1]
 

The patterns from the re_filterfile.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 4 18:54:50 2002 for Privoxy 3.1.1 by doxygen1.2.15