diff options
Diffstat (limited to 'src/Stats.hxx')
-rw-r--r-- | src/Stats.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx index c3f56286e..879e1b7be 100644 --- a/src/Stats.hxx +++ b/src/Stats.hxx @@ -20,7 +20,8 @@ #ifndef MPD_STATS_HXX #define MPD_STATS_HXX -class Client; +class Response; +struct Partition; void stats_global_init(); @@ -29,6 +30,6 @@ void stats_invalidate(); void -stats_print(Client &client); +stats_print(Response &r, const Partition &partition); #endif |