database: removed printDirectoryInfo()

The same can be achieved with directory_print(db_get_directory()).
This commit is contained in:
Max Kellermann
2008-10-08 11:07:39 +02:00
parent 8a50e8a266
commit 7a023eb0b2
3 changed files with 5 additions and 14 deletions

View File

@@ -23,7 +23,6 @@
#include <sys/time.h>
struct directory;
struct client;
void directory_init(void);
@@ -42,8 +41,6 @@ int traverseAllIn(const char *name,
int (*forEachSong) (struct song *, void *),
int (*forEachDir) (struct directory *, void *), void *data);
int printDirectoryInfo(struct client *client, const char *name);
int checkDirectoryDB(void);
int writeDirectoryDB(void);