diff options
Diffstat (limited to 'src/PlaylistSave.hxx')
-rw-r--r-- | src/PlaylistSave.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PlaylistSave.hxx b/src/PlaylistSave.hxx index 70b40f3fa..655db1836 100644 --- a/src/PlaylistSave.hxx +++ b/src/PlaylistSave.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -24,14 +24,14 @@ #include <stdio.h> -struct Song; struct queue; struct playlist; struct PlayerControl; +class DetachedSong; class Error; void -playlist_print_song(FILE *fp, const Song &song); +playlist_print_song(FILE *file, const DetachedSong &song); void playlist_print_uri(FILE *fp, const char *uri); |