aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-15 23:36:41 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-15 23:36:41 +0000
commit5ea8e2d65b18f764ca460ac25f1213d2498ed2f8 (patch)
treec000fb7a9e500b7f789cec9c715066547d847624 /src/directory.h
parentbe3e2f08c991bde1050cc230ab695106ed41f2ed (diff)
downloadmpd-5ea8e2d65b18f764ca460ac25f1213d2498ed2f8.tar.gz
mpd-5ea8e2d65b18f764ca460ac25f1213d2498ed2f8.tar.xz
mpd-5ea8e2d65b18f764ca460ac25f1213d2498ed2f8.zip
don't stat() the db to get the modtime everytime, instead store it when we read the db
git-svn-id: https://svn.musicpd.org/mpd/trunk@779 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/directory.h')
-rw-r--r--src/directory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directory.h b/src/directory.h
index a4daa3f7f..9681d74fc 100644
--- a/src/directory.h
+++ b/src/directory.h
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <sys/param.h>
-extern char * directorydb;
+extern char * directory_db;
void readDirectoryDBIfUpdateIsFinished();