2023-03-06 14:42:04 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Copyright The Music Player Daemon Project
|
2004-02-24 00:41:20 +01:00
|
|
|
|
2013-10-02 12:14:07 +02:00
|
|
|
#ifndef MPD_STATS_HXX
|
|
|
|
#define MPD_STATS_HXX
|
2004-02-24 00:41:20 +01:00
|
|
|
|
2015-08-06 22:10:25 +02:00
|
|
|
class Response;
|
|
|
|
struct Partition;
|
2008-09-07 14:02:57 +02:00
|
|
|
|
2014-01-10 23:40:05 +01:00
|
|
|
void
|
|
|
|
stats_invalidate();
|
2009-01-04 20:57:06 +01:00
|
|
|
|
2012-08-28 20:52:07 +02:00
|
|
|
void
|
2015-08-06 22:10:25 +02:00
|
|
|
stats_print(Response &r, const Partition &partition);
|
2004-02-24 00:41:20 +01:00
|
|
|
|
|
|
|
#endif
|