diff options
Diffstat (limited to 'src/Stats.hxx')
-rw-r--r-- | src/Stats.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx index 0d36ec0b2..879e1b7be 100644 --- a/src/Stats.hxx +++ b/src/Stats.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2014 The Music Player Daemon Project + * Copyright (C) 2003-2015 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -20,14 +20,16 @@ #ifndef MPD_STATS_HXX #define MPD_STATS_HXX -class Client; +class Response; +struct Partition; -void stats_global_init(void); +void +stats_global_init(); void stats_invalidate(); void -stats_print(Client &client); +stats_print(Response &r, const Partition &partition); #endif |