aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_ape.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 11:39:01 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 11:39:01 +0200
commite2a574e2a00803f45ed6f60154f01dd2ccc8444a (patch)
tree7bb07fc285c00d01bd0d7fb1314c49ad39cb9232 /src/tag_ape.h
parent1536b5a9d602688354648106ca8d0e34cac3c933 (diff)
parentba6ef53ef95dfd48ce0e5dd161b3199b431044ed (diff)
downloadmpd-e2a574e2a00803f45ed6f60154f01dd2ccc8444a.tar.gz
mpd-e2a574e2a00803f45ed6f60154f01dd2ccc8444a.tar.xz
mpd-e2a574e2a00803f45ed6f60154f01dd2ccc8444a.zip
Merge branch 'v0.17.x'
Conflicts: src/locate.c
Diffstat (limited to 'src/tag_ape.h')
-rw-r--r--src/tag_ape.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tag_ape.h b/src/tag_ape.h
index 9b5856115..e2daf088d 100644
--- a/src/tag_ape.h
+++ b/src/tag_ape.h
@@ -20,10 +20,14 @@
#ifndef MPD_TAG_APE_H
#define MPD_TAG_APE_H
+#include "tag_table.h"
+
#include <stdbool.h>
struct tag_handler;
+extern const struct tag_table ape_tags[];
+
/**
* Scan the APE tags of a file.
*