database: renamed functions, "db_" prefix and no CamelCase
Yet another CamelCase removal patch.
This commit is contained in:
@@ -40,7 +40,7 @@ int handlePendingSignals(void)
|
||||
DEBUG("got SIGHUP, rereading DB\n");
|
||||
signal_clear(SIGHUP);
|
||||
if (!isUpdatingDB()) {
|
||||
readDirectoryDB();
|
||||
db_load();
|
||||
playlistVersionChange();
|
||||
}
|
||||
if (cycle_log_files() < 0)
|
||||
|
Reference in New Issue
Block a user