aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.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/player.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 '')
-rw-r--r--src/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index d4c2c1811..45ec3b6bc 100644
--- a/src/player.h
+++ b/src/player.h
@@ -142,5 +142,7 @@ int getPlayerBits();
int getPlayerChannels();
+void playerCycleLogFiles();
+
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */