aboutsummaryrefslogtreecommitdiffstats
path: root/src/strfsong.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/strfsong.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strfsong.h b/src/strfsong.h
index 7c0361d9c..7770a8698 100644
--- a/src/strfsong.h
+++ b/src/strfsong.h
@@ -4,6 +4,7 @@
#include <glib.h>
#include "libmpdclient.h"
-gsize strfsong(gchar *s, gsize max, const gchar *format, mpd_Song *song);
+gsize strfsong(gchar *s, gsize max, const gchar *format,
+ const struct mpd_song *song);
#endif