Commit 91a621e0 authored by Warren Dukes's avatar Warren Dukes

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
parent 986a49b8
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
#include "tag.h" #include "tag.h"
#include "tagTracker.h" #include "tagTracker.h"
#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
#define LOCATE_TAG_FILE_KEY "filename"
typedef struct ListCommandItem { typedef struct ListCommandItem {
mpd_sint8 tagType; mpd_sint8 tagType;
int numConditionals; int numConditionals;
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
#include "tag.h" #include "tag.h"
#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
#define LOCATE_TAG_FILE_KEY "filename"
/* struct used for search, find, list queries */ /* struct used for search, find, list queries */
typedef struct _LocateTagItem { typedef struct _LocateTagItem {
mpd_sint8 tagType; mpd_sint8 tagType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment