aboutsummaryrefslogtreecommitdiff
path: root/src/QueueSave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/QueueSave.hxx')
-rw-r--r--src/QueueSave.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/QueueSave.hxx b/src/QueueSave.hxx
index d6b09329..dc4a764a 100644
--- a/src/QueueSave.hxx
+++ b/src/QueueSave.hxx
@@ -29,6 +29,7 @@
#include <stdio.h>
struct queue;
+class TextFile;
void
queue_save(FILE *fp, const struct queue *queue);
@@ -37,7 +38,6 @@ queue_save(FILE *fp, const struct queue *queue);
* Loads one song from the state file and appends it to the queue.
*/
void
-queue_load_song(FILE *fp, GString *buffer, const char *line,
- struct queue *queue);
+queue_load_song(TextFile &file, const char *line, queue *queue);
#endif