tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Getting rid of CamelCase; not having typedefs also allows us to forward-declare the structures.
This commit is contained in:
@@ -257,7 +257,7 @@ static void freeListCommandItem(ListCommandItem * item)
|
||||
static void visitTag(int fd, Song * song, enum tag_type tagType)
|
||||
{
|
||||
int i;
|
||||
MpdTag *tag = song->tag;
|
||||
struct tag *tag = song->tag;
|
||||
|
||||
if (tagType == LOCATE_TAG_FILE_TYPE) {
|
||||
printSongUrl(fd, song);
|
||||
|
||||
Reference in New Issue
Block a user