diff options
| author | lulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no> | 2008-04-25 15:14:50 +0200 |
|---|---|---|
| committer | lulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no> | 2008-04-25 15:14:50 +0200 |
| commit | 8a8bd7565b5ae8f1447099d672d7097adba64864 (patch) | |
| tree | 2f67a6cd7e2d34a92eeea78a2f65b620b81bdea7 /include/mnode.h | |
| parent | 3c4e33a50159b4c5f5321ad5a181d2a3c1674b9a (diff) | |
- Merge.
Diffstat (limited to 'include/mnode.h')
| -rw-r--r-- | include/mnode.h | 5 |
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 |
