From a40246d3123d4bd0d1be638cd7f7b91274d8f23d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Oct 2013 15:14:54 +0200 Subject: TagFile: use Path instead of const char * --- src/tag/ApeTag.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tag/ApeTag.hxx') diff --git a/src/tag/ApeTag.hxx b/src/tag/ApeTag.hxx index 1a7143314..e35edc381 100644 --- a/src/tag/ApeTag.hxx +++ b/src/tag/ApeTag.hxx @@ -22,6 +22,7 @@ #include "TagTable.hxx" +class Path; struct tag_handler; extern const struct tag_table ape_tags[]; @@ -32,7 +33,7 @@ extern const struct tag_table ape_tags[]; * @param path_fs the path of the file in filesystem encoding */ bool -tag_ape_scan2(const char *path_fs, +tag_ape_scan2(Path path_fs, const struct tag_handler *handler, void *handler_ctx); #endif -- cgit v1.2.3