aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h
index 7428b3aa..3f953ec2 100644
--- a/src/decoder_api.h
+++ b/src/decoder_api.h
@@ -74,7 +74,7 @@ typedef int (*decoder_file_decode_func) (struct decoder *, char *path);
/* file should be the full path! Returns NULL if a tag cannot be found
* or read */
-typedef MpdTag *(*decoder_tag_dup_func) (char *file);
+typedef struct tag *(*decoder_tag_dup_func) (char *file);
struct decoder_plugin {
const char *name;