TagTable: un-inline the two functions

Reduce header dependencies.
This commit is contained in:
Max Kellermann
2013-09-04 23:53:50 +02:00
parent 867b82b6de
commit 681d6bbdc5
6 changed files with 65 additions and 25 deletions

View File

@@ -28,7 +28,7 @@
#include <glib.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
static bool
flac_find_float_comment(const FLAC__StreamMetadata *block,

View File

@@ -24,5 +24,5 @@ const struct tag_table xiph_tags[] = {
{ "tracknumber", TAG_TRACK },
{ "discnumber", TAG_DISC },
{ "album artist", TAG_ALBUM_ARTIST },
{ NULL, TAG_NUM_OF_ITEM_TYPES }
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
};