aboutsummaryrefslogtreecommitdiff
path: root/src/DatabaseSelection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabaseSelection.hxx')
-rw-r--r--src/DatabaseSelection.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DatabaseSelection.hxx b/src/DatabaseSelection.hxx
index 35e2c27c..c5ee5cf0 100644
--- a/src/DatabaseSelection.hxx
+++ b/src/DatabaseSelection.hxx
@@ -26,6 +26,7 @@
#include <stddef.h>
struct locate_item_list;
+struct song;
struct DatabaseSelection {
/**
@@ -47,6 +48,9 @@ struct DatabaseSelection {
:uri(_uri), recursive(_recursive), match(_match) {
assert(uri != NULL);
}
+
+ gcc_pure
+ bool Match(const song &song) const;
};
#endif