aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_global.c
Commit message (Collapse)AuthorAge
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-04
Export the "g_playlist" variable, and pass it to all playlist functions. This way, we can split playlist.c easier into separate parts. The code which initializes the singleton variable is moved to playlist_global.c.