aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db_print: move code to function db_selection_print()Max Kellermann2011-09-131-2/+15
| | | | Use it in handle_lsinfo(), and eliminate some duplicate code.
* db_visitor: add method playlist()Max Kellermann2011-09-131-0/+37
|
* database: don't allow uri==NULLMax Kellermann2011-09-131-1/+1
| | | | Add nonnull attributes and fix all callers.
* database: add struct db_visitorMax Kellermann2011-09-131-52/+92
| | | | Use this struct for db_walk().
* dbUtils: move code to db_print.cMax Kellermann2011-09-061-0/+270