From 91a621e0764658fa04339c181444f6aeb5a7327b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 10 Nov 2004 22:12:11 +0000 Subject: moves some stuff from dbUtils.h that doesn't need to be public git-svn-id: https://svn.musicpd.org/mpd/trunk@2591 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/dbUtils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dbUtils.c') diff --git a/src/dbUtils.c b/src/dbUtils.c index 5e73da348..24e3ff75e 100644 --- a/src/dbUtils.c +++ b/src/dbUtils.c @@ -7,6 +7,9 @@ #include "tag.h" #include "tagTracker.h" +#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10 +#define LOCATE_TAG_FILE_KEY "filename" + typedef struct ListCommandItem { mpd_sint8 tagType; int numConditionals; -- cgit v1.2.3