tag/ApeTag: don't export ape_tags[]
This commit is contained in:
@@ -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 @@
|
|||||||
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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user