From a24d3738e35d509aa180fffa127abac8057101cf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 9 Oct 2008 15:23:37 +0200 Subject: diretory: moved code to directory_save.c, directory_print.c Remove clutter from directory.c. Everything which saves or loads to/from the hard disk goes to directory_save.c, and code which sends directory information to the client is moved into directory_print.c. --- src/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 0f9852592..aafb88418 100644 --- a/src/command.c +++ b/src/command.c @@ -21,6 +21,7 @@ #include "ls.h" #include "database.h" #include "directory.h" +#include "directory_print.h" #include "update.h" #include "volume.h" #include "stats.h" -- cgit v1.2.3