1 2 3 4 5 6 7 8 9
#ifndef STRFSONG_H #define STRFSONG_H #include <glib.h> #include "libmpdclient.h" gsize strfsong(gchar *s, gsize max, const gchar *format, mpd_Song *song); #endif