aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-08 10:48:48 +0200
committerEric Wong <normalperson@yhbt.net>2008-10-11 19:21:47 -0700
commit6f43d71628db3c9acb9e0693216885685566b7d3 (patch)
tree63a7b7786cb79bed2c09cee229e0614c0dcd7889 /src/main.c
parent0b4c78339608179841838798517485208cee08a2 (diff)
downloadmpd-6f43d71628db3c9acb9e0693216885685566b7d3.tar.gz
mpd-6f43d71628db3c9acb9e0693216885685566b7d3.tar.xz
mpd-6f43d71628db3c9acb9e0693216885685566b7d3.zip
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.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c0acc260b..baf448fdd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -20,6 +20,7 @@
#include "command.h"
#include "playlist.h"
#include "directory.h"
+#include "update.h"
#include "listen.h"
#include "conf.h"
#include "path.h"