From 38fdf10851fae4204b0be424c0b79ee9271033b2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 15:20:18 +0200 Subject: strfsong: constant pointers Pass constant pointers to strfsong() and screen_lyrics_load(). --- src/strfsong.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/strfsong.h') 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 #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 -- cgit v1.2.3