ListEntry_s Struct Reference
[Generic Linked List]

Structure used to hold an entry in a double linked list. More...

#include <list.h>


Data Fields

void * data
 Pointer to the user data.
struct ListEntry_snext
 Pointer to the next list entry.
struct ListEntry_sprev
 Pointer to the previous list entry.


Detailed Description

Structure used to hold an entry in a double linked list.

Field Documentation

Pointer to the user data.

Pointer to the next list entry.

Pointer to the previous list entry.


The documentation for this struct was generated from the following file:

Generated on Thu Jun 26 12:58:32 2008 for DVBStreamer by  doxygen 1.5.5