locate: add a per-item "fold_case" flag

Merge locate_song_search() and locate_song_match().
This commit is contained in:
Max Kellermann
2012-08-07 23:59:17 +02:00
parent 860e9eb8c9
commit 0823711106
13 changed files with 59 additions and 183 deletions

View File

@@ -31,9 +31,4 @@ bool
findAddIn(struct player_control *pc, const char *name,
const struct locate_item_list *criteria, GError **error_r);
gcc_nonnull(1,2,3)
bool
search_add_songs(struct player_control *pc, const char *uri,
const struct locate_item_list *criteria, GError **error_r);
#endif