|
|
Paraslash Audio Streaming |
| About News Download Documentation Development |
Data Fields | |
| struct list_head * | next |
| struct list_head * | prev |
A list head is just a pair of pointers.
| struct list_head* next |
Pointer to the next list entry.
| struct list_head* prev |
Pointer to the previous list entry.