aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Count.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/Count.hxx')
-rw-r--r--src/db/Count.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/db/Count.hxx b/src/db/Count.hxx
index d22a3210d..4fc26aa7a 100644
--- a/src/db/Count.hxx
+++ b/src/db/Count.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
@@ -25,13 +25,14 @@
#include <stdint.h>
enum TagType : uint8_t;
-class Client;
+struct Partition;
+class Response;
class SongFilter;
class Error;
-gcc_nonnull(2)
+gcc_nonnull(3)
bool
-PrintSongCount(Client &client, const char *name,
+PrintSongCount(Response &r, const Partition &partition, const char *name,
const SongFilter *filter,
TagType group,
Error &error);