2023-03-06 14:42:04 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Copyright The Music Player Daemon Project
|
2017-07-19 22:36:04 +02:00
|
|
|
|
|
|
|
#ifndef MPD_TAG_ID3MUSICBRAINZ_HXX
|
|
|
|
#define MPD_TAG_ID3MUSICBRAINZ_HXX
|
|
|
|
|
|
|
|
extern const struct tag_table musicbrainz_txxx_tags[];
|
|
|
|
|
|
|
|
#endif
|