myMPD
Internal API documentation
|
#include <list.h>
Data Fields | |
sds | key |
key string | |
sds | value_p |
string value | |
int64_t | value_i |
unsigned unsigned value | |
void * | user_data |
custom data | |
struct t_list_node * | next |
pointer to next node | |
List node struct holding list key/value and additional data