Commit 09da80e9 authored by Max Kellermann's avatar Max Kellermann

tag/ApeTag: don't export ape_tags[]

parent df4ecf63
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <string.h> #include <string.h>
const struct tag_table ape_tags[] = { static constexpr struct tag_table ape_tags[] = {
{ "year", TAG_DATE }, { "year", TAG_DATE },
{ nullptr, TAG_NUM_OF_ITEM_TYPES } { nullptr, TAG_NUM_OF_ITEM_TYPES }
}; };
......
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
class InputStream; class InputStream;
struct TagHandler; struct TagHandler;
extern const struct tag_table ape_tags[];
/** /**
* Scan the APE tags of a stream. * Scan the APE tags of a stream.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment