aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_save.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-1/+1
| | | | | "ls" is a bad name for a library which parses URIs. We'll move the rest of the "ls" library later.
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-231-0/+78
Create a new library which saves/loads the queue to/from the state file.