diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistDatabase.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/PlaylistDatabase.hxx b/src/PlaylistDatabase.hxx index 1481f621f..17f82f64b 100644 --- a/src/PlaylistDatabase.hxx +++ b/src/PlaylistDatabase.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 @@ -22,16 +22,15 @@ #include "check.h" -#include <stdio.h> - #define PLAYLIST_META_BEGIN "playlist_begin: " class PlaylistVector; +class BufferedOutputStream; class TextFile; class Error; void -playlist_vector_save(FILE *fp, const PlaylistVector &pv); +playlist_vector_save(BufferedOutputStream &os, const PlaylistVector &pv); bool playlist_metadata_load(TextFile &file, PlaylistVector &pv, const char *name, |