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/TagFile.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/TagFile.hxx') diff --git a/src/TagFile.hxx b/src/TagFile.hxx index 910f7b82b..3a49a04e1 100644 --- a/src/TagFile.hxx +++ b/src/TagFile.hxx @@ -22,6 +22,7 @@ #include "check.h" +class Path; struct tag_handler; /** @@ -29,7 +30,7 @@ struct tag_handler; * but does not invoke the special "APE" and "ID3" scanners. */ bool -tag_file_scan(const char *path_fs, +tag_file_scan(Path path, const struct tag_handler *handler, void *handler_ctx); #endif -- cgit v1.2.3