aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagSave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagSave.hxx')
-rw-r--r--src/TagSave.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/TagSave.hxx b/src/TagSave.hxx
index d209c0a16..fd4b91f98 100644
--- a/src/TagSave.hxx
+++ b/src/TagSave.hxx
@@ -20,11 +20,10 @@
#ifndef MPD_TAG_SAVE_HXX
#define MPD_TAG_SAVE_HXX
-#include <stdio.h>
-
struct Tag;
+class BufferedOutputStream;
void
-tag_save(FILE *file, const Tag &tag);
+tag_save(BufferedOutputStream &os, const Tag &tag);
#endif