summaryrefslogtreecommitdiff
path: root/include/mnode.h
diff options
context:
space:
mode:
authorlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-25 15:14:50 +0200
committerlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-25 15:14:50 +0200
commit8a8bd7565b5ae8f1447099d672d7097adba64864 (patch)
tree2f67a6cd7e2d34a92eeea78a2f65b620b81bdea7 /include/mnode.h
parent3c4e33a50159b4c5f5321ad5a181d2a3c1674b9a (diff)
- Merge.
Diffstat (limited to 'include/mnode.h')
-rw-r--r--include/mnode.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/mnode.h b/include/mnode.h
index c805e64..3508395 100644
--- a/include/mnode.h
+++ b/include/mnode.h
@@ -3,7 +3,10 @@
struct ID3Tag;
struct mnode {
- ID3Tag *cached_tag;
char *path;
+ ID3Tag *tag;
+
+ /* Entry in search structure. */
+ LIST_ENTRY(mnode) next;
};
#endif