From 80571d1b5a5f35579ad8000add6e3abfc6faadef Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 1 Mar 2009 00:58:32 +0100 Subject: tag: convert ignore_tag_items to a bool array --- src/tag_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tag_internal.h') diff --git a/src/tag_internal.h b/src/tag_internal.h index 2479088bc..2e8823882 100644 --- a/src/tag_internal.h +++ b/src/tag_internal.h @@ -19,8 +19,8 @@ #ifndef MPD_TAG_INTERNAL_H #define MPD_TAG_INTERNAL_H -#include +#include -extern int8_t ignore_tag_items[TAG_NUM_OF_ITEM_TYPES]; +extern bool ignore_tag_items[TAG_NUM_OF_ITEM_TYPES]; #endif -- cgit v1.2.3