From bd55a14447d53fef7e50797ed830b2d12f8ad334 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sun, 3 Aug 2008 18:10:38 +0200 Subject: - Initial implementation of sqlite3 as backend for music. - Add current database schema. - Remove old query support, since this is replaced by sqlite now. --- include/mnode.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/mnode.h (limited to 'include/mnode.h') diff --git a/include/mnode.h b/include/mnode.h deleted file mode 100644 index ff27eb7..0000000 --- a/include/mnode.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _MP3NODE_H_ -#define _MP3NODE_H_ -#include -struct TagLib_File; - -struct mnode { - char *path; - TagLib_File *tag; - /* Entry in search structure. */ - LIST_ENTRY(mnode) coll_next; - LIST_ENTRY(mnode) sel_next; -}; - -struct collection { - LIST_HEAD(, mnode) head; -}; -#endif -- cgit v1.2.3