Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

map_entry Struct Reference

An entry in a map. More...


Data Fields

const char * name
const char * value
map_entry * next


Detailed Description

An entry in a map.

This is a name=value pair.


Field Documentation

const char* map_entry::name
 

The key for the map.

struct map_entry* map_entry::next
 

The next map entry, or NULL if none.

const char* map_entry::value
 

The value associated with that key.


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