aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Helpers.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-25 18:39:21 +0200
committerMax Kellermann <max@duempel.org>2014-04-25 18:39:21 +0200
commit154e601f4e99e5334005279eb64ba6a541d9e844 (patch)
treee5a8bfc460f29847f69b04b384c771a0f1e39963 /src/db/Helpers.hxx
parent4cca75b2e17f3145dfe156285f30b86210662b79 (diff)
downloadmpd-154e601f4e99e5334005279eb64ba6a541d9e844.tar.gz
mpd-154e601f4e99e5334005279eb64ba6a541d9e844.tar.xz
mpd-154e601f4e99e5334005279eb64ba6a541d9e844.zip
db/Helpers: split library
Diffstat (limited to 'src/db/Helpers.hxx')
-rw-r--r--src/db/Helpers.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/db/Helpers.hxx b/src/db/Helpers.hxx
index b9a7af4cf..651bac0e0 100644
--- a/src/db/Helpers.hxx
+++ b/src/db/Helpers.hxx
@@ -20,23 +20,12 @@
#ifndef MPD_MEMORY_DATABASE_PLUGIN_HXX
#define MPD_MEMORY_DATABASE_PLUGIN_HXX
-#include "Visitor.hxx"
-#include "tag/TagType.h"
-
-#include <stdint.h>
-
class Error;
class Database;
struct DatabaseSelection;
struct DatabaseStats;
bool
-VisitUniqueTags(const Database &db, const DatabaseSelection &selection,
- TagType tag_type, uint32_t group_mask,
- VisitTag visit_tag,
- Error &error);
-
-bool
GetStats(const Database &db, const DatabaseSelection &selection,
DatabaseStats &stats, Error &error);