summaryrefslogtreecommitdiff
path: root/include/mp3node.h
diff options
context:
space:
mode:
authorlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-21 17:03:44 +0200
committerlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-21 17:03:44 +0200
commit5628ef8cffa15591ab64f5258a7841e33e2250b5 (patch)
tree92c1ee2831245aa1f631651ac0aedd79cf652f4d /include/mp3node.h
parent0ebfa9027441cc55b79a7615e328a9ff775af11f (diff)
- Implement basic check and indexing.
Diffstat (limited to 'include/mp3node.h')
-rw-r--r--include/mp3node.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/mp3node.h b/include/mp3node.h
deleted file mode 100644
index c7e9140..0000000
--- a/include/mp3node.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _MP3NODE_H_
-#define _MP3NODE_H_
-struct ID3Tag;
-
-struct mnode {
- ID3Tag *tag;
- void *data;
-};
-#endif