#include <axis2_linked_list.h>
Public Attributes | |
void * | data |
entry_s * | next |
entry_s * | previous |
|
The element in the list. |
|
The next list entry, null if this is last. |
|
The previous list entry, null if this is first. |