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
This commit is contained in:
parent
986a49b8d3
commit
91a621e076
@ -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;
|
||||
|
@ -5,9 +5,6 @@
|
||||
|
||||
#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 */
|
||||
typedef struct _LocateTagItem {
|
||||
mpd_sint8 tagType;
|
||||
|
Loading…
Reference in New Issue
Block a user