Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | database: renamed get_get_song() to db_get_song() | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
| | | | | Search'n'replace typo.. | ||||
* | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 2008-10-08 | 1 | -12/+18 |
| | | | | Yet another CamelCase removal patch. | ||||
* | database: removed printDirectoryInfo() | Max Kellermann | 2008-10-08 | 1 | -3/+0 |
| | | | | The same can be achieved with directory_print(db_get_directory()). | ||||
* | directory: moved code to database.c | Max Kellermann | 2008-10-08 | 1 | -0/+55 |
Taming the directory.c monster, part II: move the database management stuff to database. directory.c should only contain code which works on directory objects. |