aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue/QueueSave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue/QueueSave.hxx')
-rw-r--r--src/queue/QueueSave.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/queue/QueueSave.hxx b/src/queue/QueueSave.hxx
index 470823a24..3fb4dc1a6 100644
--- a/src/queue/QueueSave.hxx
+++ b/src/queue/QueueSave.hxx
@@ -25,14 +25,13 @@
#ifndef MPD_QUEUE_SAVE_HXX
#define MPD_QUEUE_SAVE_HXX
-#include <stdio.h>
-
struct Queue;
+class BufferedOutputStream;
class TextFile;
class SongLoader;
void
-queue_save(FILE *fp, const Queue &queue);
+queue_save(BufferedOutputStream &os, const Queue &queue);
/**
* Loads one song from the state file and appends it to the queue.