8fd244cc6
39758c850
38fdf1085
1 2 3 4 5
6
7 8
9
10
#ifndef STRFSONG_H #define STRFSONG_H #include <glib.h> #include "libmpdclient.h" gsize strfsong(gchar *s, gsize max, const gchar *format, const struct mpd_song *song); #endif