aboutsummaryrefslogtreecommitdiff
path: root/src/DatabasePrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-07 23:59:17 +0200
committerMax Kellermann <max@duempel.org>2012-08-08 00:47:45 +0200
commit0823711106912fc75f1bdb2461243b12ba670f8b (patch)
treeee2bc012a9c3fb8e25b149a0b8f19d2421795256 /src/DatabasePrint.hxx
parent860e9eb8c9ad07721aad4526046753d6fcc3b3ac (diff)
locate: add a per-item "fold_case" flag
Merge locate_song_search() and locate_song_match().
Diffstat (limited to 'src/DatabasePrint.hxx')
-rw-r--r--src/DatabasePrint.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx
index b06d7716..95670502 100644
--- a/src/DatabasePrint.hxx
+++ b/src/DatabasePrint.hxx
@@ -46,12 +46,6 @@ printInfoForAllIn(struct client *client, const char *uri_utf8,
gcc_nonnull(1,2,3)
bool
-searchForSongsIn(struct client *client, const char *name,
- const struct locate_item_list *criteria,
- GError **error_r);
-
-gcc_nonnull(1,2,3)
-bool
findSongsIn(struct client *client, const char *name,
const struct locate_item_list *criteria,
GError **error_r);