aboutsummaryrefslogtreecommitdiffstats
path: root/src/stored_playlist.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stored_playlist: moved functions from playlist.cMax Kellermann2008-10-221-0/+4
| | | | | | The two functions clearStoredPlaylist() and addToStoredPlaylist() don't belong into playlist.c. clearStoredPlaylist() was a wrapper for spl_clear(), and is converted into a CPP macro for now.
* stored_playlist: no CamelCaseMax Kellermann2008-10-221-6/+7
| | | | Renamed all public functions, prefix is "spl_".
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-221-0/+44
No CamelCase in file names.