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

@@ -21,6 +21,7 @@
#include "playlist.h"
#include "ls.h"
#include "directory.h"
#include "update.h"
#include "volume.h"
#include "stats.h"
#include "list.h"