Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

list_entry Struct Reference

Entry in a linked list of strings. More...


Data Fields

const char * str
list_entry * next


Detailed Description

Entry in a linked list of strings.


Field Documentation

struct list_entry* list_entry::next
 

Next entry in the linked list, or NULL if no more.

const char* list_entry::str
 

The string.

The "const" is only to discourage modification, you can actually change it if you *really* want to. You can even freez() it and replace it with another malloc()d string. If you replace it with NULL, the list functions will work, just be careful next time you iterate through the list in your own code.

FIXME: Should we remove the "const"?


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