Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

current_action_spec Struct Reference

This structure contains a list of actions to apply to a URL. More...


Data Fields

unsigned long flags
char * string [ACTION_STRING_COUNT]
list multi [ACTION_MULTI_COUNT][1]


Detailed Description

This structure contains a list of actions to apply to a URL.

It only contains positive instructions - no "-" options. It is not used to store the actions list itself, only for url_actions() to return the current values.


Field Documentation

unsigned long current_action_spec::flags
 

Actions to apply.

A bit set to "1" means perform the action.

struct list current_action_spec::multi[ACTION_MULTI_COUNT][1]
 

Lists of strings for multi-string actions.

char* current_action_spec::string[ACTION_STRING_COUNT]
 

Paramaters for those actions that require them.

Each entry is valid if & only if the corresponding entry in "flags" is set.


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