aboutsummaryrefslogtreecommitdiff
path: root/src/tag_ape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag_ape.h')
-rw-r--r--src/tag_ape.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tag_ape.h b/src/tag_ape.h
index eb0f1b8a..2e8bfb3c 100644
--- a/src/tag_ape.h
+++ b/src/tag_ape.h
@@ -20,6 +20,19 @@
#ifndef MPD_TAG_APE_H
#define MPD_TAG_APE_H
+#include <stdbool.h>
+
+struct tag_handler;
+
+/**
+ * Scan the APE tags of a file.
+ *
+ * @param path_fs the path of the file in filesystem encoding
+ */
+bool
+tag_ape_scan2(const char *path_fs,
+ const struct tag_handler *handler, void *handler_ctx);
+
/**
* Loads the APE tag from a file.
*