diff options
author | Max Kellermann <max@duempel.org> | 2016-02-26 15:07:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-02-26 15:07:30 +0100 |
commit | cdcd3e77b3e97f2425239e07ff954fa3952b04ca (patch) | |
tree | c7978488b365caa933b240b085ab8d49c254f1d8 /src/TagArchive.hxx | |
parent | ed5058a363714513269e1f5279a24f2a125036dc (diff) |
TagArchive: refactor TagHandler overload to use ArchiveFile
Diffstat (limited to 'src/TagArchive.hxx')
-rw-r--r-- | src/TagArchive.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TagArchive.hxx b/src/TagArchive.hxx index 854a1430b..80a2438d8 100644 --- a/src/TagArchive.hxx +++ b/src/TagArchive.hxx @@ -23,7 +23,6 @@ #include "check.h" class ArchiveFile; -class Path; struct TagHandler; class TagBuilder; @@ -36,7 +35,8 @@ class TagBuilder; * found) */ bool -tag_archive_scan(Path path, const TagHandler &handler, void *handler_ctx); +tag_archive_scan(ArchiveFile &archive, const char *path_utf8, + const TagHandler &handler, void *handler_ctx); /** * Scan the tags of a song file inside an archive. Invokes matching |