The basic datastructure representing a single track.
Definition: track.h:67
struct track_list * soundcloud_get_entries(struct network_conn *nwc, char *user)
Definition: soundcloud.c:76
struct http_response * soundcloud_connect_track(struct track *track)
Definition: soundcloud.c:191
struct track_list * soundcloud_get_stream()
Definition: soundcloud.c:46
Basic networking interface.
Definitions of the most important structures track and track_list