aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistDatabase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistDatabase.hxx')
-rw-r--r--src/PlaylistDatabase.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PlaylistDatabase.hxx b/src/PlaylistDatabase.hxx
index 48de64efa..17f82f64b 100644
--- a/src/PlaylistDatabase.hxx
+++ b/src/PlaylistDatabase.hxx
@@ -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,