11#ifndef MYMPD_API_SONG_H
12#define MYMPD_API_SONG_H
17 sds buffer,
unsigned request_id,
const char *uri);
sds mympd_api_song_details(struct t_mympd_state *mympd_state, struct t_partition_state *partition_state, sds buffer, unsigned request_id, const char *uri)
Definition song.c:30
sds mympd_api_song_comments(struct t_partition_state *partition_state, sds buffer, unsigned request_id, const char *uri)
Definition song.c:70
Central myMPD state for the mympd_api thread.
Definition mympd_state.h:215
Definition mympd_state.h:114