client/Response: new Client wrapper class for writing responses

This commit is contained in:
Max Kellermann
2015-08-06 22:10:25 +02:00
parent b1480167be
commit 7652a2986b
49 changed files with 1068 additions and 780 deletions

View File

@@ -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