aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabasePrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-25 18:36:07 +0200
committerMax Kellermann <max@duempel.org>2014-04-25 18:36:07 +0200
commit4cca75b2e17f3145dfe156285f30b86210662b79 (patch)
treec2950e19698bfcbfa3d127a5b504be9720328c5d /src/db/DatabasePrint.hxx
parent6d616e55ae21681f1d6c965a26d58bd11efee9b8 (diff)
downloadmpd-4cca75b2e17f3145dfe156285f30b86210662b79.tar.gz
mpd-4cca75b2e17f3145dfe156285f30b86210662b79.tar.xz
mpd-4cca75b2e17f3145dfe156285f30b86210662b79.zip
DatabasePrint: refactor variable/function names
Diffstat (limited to 'src/db/DatabasePrint.hxx')
-rw-r--r--src/db/DatabasePrint.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/db/DatabasePrint.hxx b/src/db/DatabasePrint.hxx
index fd151684e..4e71a7552 100644
--- a/src/db/DatabasePrint.hxx
+++ b/src/db/DatabasePrint.hxx
@@ -39,13 +39,13 @@ db_selection_print(Client &client, const DatabaseSelection &selection,
gcc_nonnull(2)
bool
-searchStatsForSongsIn(Client &client, const char *name,
- const SongFilter *filter,
- Error &error);
+PrintSongCount(Client &client, const char *name,
+ const SongFilter *filter,
+ Error &error);
bool
-listAllUniqueTags(Client &client, unsigned type, uint32_t group_mask,
- const SongFilter *filter,
- Error &error);
+PrintUniqueTags(Client &client, unsigned type, uint32_t group_mask,
+ const SongFilter *filter,
+ Error &error);
#endif