summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mnode.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/mnode.h b/include/mnode.h
index 3508395..d84c0ad 100644
--- a/include/mnode.h
+++ b/include/mnode.h
@@ -1,11 +1,10 @@
#ifndef _MP3NODE_H_
#define _MP3NODE_H_
-struct ID3Tag;
+struct TagLib_File;
struct mnode {
char *path;
- ID3Tag *tag;
-
+ TagLib_File *tag;
/* Entry in search structure. */
LIST_ENTRY(mnode) next;
};