Functions | |
unsigned int | mpd_song_markup (char *s, unsigned int max, const char *format, mpd_Song *song) |
int | mpd_misc_get_tag_by_name (char *name) |
int mpd_misc_get_tag_by_name | ( | char * | name | ) |
name | a NULL terminated string |
unsigned int mpd_song_markup | ( | char * | s, | |
unsigned int | max, | |||
const char * | format, | |||
mpd_Song * | song | |||
) |
s | A buffer to write the string in | |
max | The max length of the buffer | |
format | The markup string | |
song | A mpd_Song |