aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.h
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-12-11 20:14:33 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-12-11 20:14:33 +0000
commitba4b4d8ad98bfe2deffbe9164476da9e6504d2bf (patch)
tree61297c16e5829487bb54dc042bdeb06d8a969cbf /src/dbUtils.h
parenta26582e99135346bcfc895b1a85ba8b2b6f411c5 (diff)
downloadmpd-ba4b4d8ad98bfe2deffbe9164476da9e6504d2bf.tar.gz
mpd-ba4b4d8ad98bfe2deffbe9164476da9e6504d2bf.tar.xz
mpd-ba4b4d8ad98bfe2deffbe9164476da9e6504d2bf.zip
Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we can
compare the return value of getLocateTagItemType() to them. git-svn-id: https://svn.musicpd.org/mpd/trunk@5138 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 5b0623161..ebd4dcfba 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -23,6 +23,9 @@
#include "tag.h"
+#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
+#define LOCATE_TAG_ANY_TYPE TAG_NUM_OF_ITEM_TYPES+20
+
/* struct used for search, find, list queries */
typedef struct _LocateTagItem {
mpd_sint8 tagType;