aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/ApeLoader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/ApeLoader.hxx')
-rw-r--r--src/tag/ApeLoader.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tag/ApeLoader.hxx b/src/tag/ApeLoader.hxx
index a32ab840c..915c363b4 100644
--- a/src/tag/ApeLoader.hxx
+++ b/src/tag/ApeLoader.hxx
@@ -26,6 +26,8 @@
#include <stddef.h>
+class Path;
+
typedef std::function<bool(unsigned long flags, const char *key,
const char *value,
size_t value_length)> ApeTagCallback;
@@ -38,6 +40,6 @@ typedef std::function<bool(unsigned long flags, const char *key,
* present
*/
bool
-tag_ape_scan(const char *path_fs, ApeTagCallback callback);
+tag_ape_scan(Path path_fs, ApeTagCallback callback);
#endif