aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagSave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagSave.hxx')
-rw-r--r--src/TagSave.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/TagSave.hxx b/src/TagSave.hxx
index 0b1359c89..fd4b91f98 100644
--- a/src/TagSave.hxx
+++ b/src/TagSave.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
@@ -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