#ifndef STRFSONG_H #define STRFSONG_H #include #include "libmpdclient.h" gsize strfsong(gchar *s, gsize max, const gchar *format, const struct mpd_song *song); #endif