aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/tagutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/tagutils.h')
-rw-r--r--taglib/tagutils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/taglib/tagutils.h b/taglib/tagutils.h
index fb11d1e0..4488a32b 100644
--- a/taglib/tagutils.h
+++ b/taglib/tagutils.h
@@ -30,9 +30,12 @@
#ifndef DO_NOT_DOCUMENT // tell Doxygen not to document this header
+#include <tbytevector.h>
+
namespace TagLib {
class File;
+ class IOStream;
namespace Utils {
@@ -41,6 +44,9 @@ namespace TagLib {
long findID3v2(File *file);
long findAPE(File *file, long id3v1Location);
+
+ ByteVector readHeader(IOStream *stream, unsigned int length, bool skipID3v2,
+ long *headerOffset = 0);
}
}