directory: moved code to update.c

The source directory.c mixes several libraries: directory object
management, database management and database update, resulting in a
1000+ line monster.  Move the whole database update code to update.c.
This commit is contained in:
Max Kellermann
2008-10-08 10:48:48 +02:00
parent 4cfd356e12
commit 7b9bed8398
8 changed files with 653 additions and 586 deletions

View File

@@ -20,6 +20,7 @@
#include "sig_handlers.h"
#include "playlist.h"
#include "directory.h"
#include "update.h"
#include "command.h"
#include "signal_check.h"
#include "log.h"