From 3a5ef70e5d22148a221d89b24df09d2c60f8d0f5 Mon Sep 17 00:00:00 2001 From: "lulf@carrot.studby.ntnu.no" Date: Fri, 25 Apr 2008 15:16:39 +0200 Subject: - Use taglib in mnode. --- include/mnode.h | 5 ++--- 1 file 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; }; -- cgit v1.2.3