aboutsummaryrefslogtreecommitdiffstats
path: root/src/songvec.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* songvec: pass const pointersMax Kellermann2008-10-111-1/+1
* directory: moved code to database.cMax Kellermann2008-10-111-1/+1
* song: converted typedef Song to struct songMax Kellermann2008-10-111-5/+6
* directory: use songvec_for_each for iteratorsEric Wong2008-10-071-2/+0
* songvec: add songvec_for_each iteratorEric Wong2008-10-051-0/+2
* songvec: songvec_delete takes a const Song pointerEric Wong2008-09-281-1/+1
* songvec_free => songvec_destroyEric Wong2008-09-281-1/+1
* songvec: remove songvec_pruneEric Wong2008-09-221-2/+0
* Replace SongList with struct songvecEric Wong2008-09-201-0/+26