diff options
Diffstat (limited to 'src/strfsong.h')
-rw-r--r-- | src/strfsong.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strfsong.h b/src/strfsong.h new file mode 100644 index 000000000..74f9d7306 --- /dev/null +++ b/src/strfsong.h @@ -0,0 +1,3 @@ + +gsize strfsong(gchar *s, gsize max, const gchar *format, mpd_Song *song); + |