From 0823711106912fc75f1bdb2461243b12ba670f8b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Aug 2012 23:59:17 +0200 Subject: locate: add a per-item "fold_case" flag Merge locate_song_search() and locate_song_match(). --- src/locate.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/locate.h') diff --git a/src/locate.h b/src/locate.h index fa5f2ce1b..c012a9c63 100644 --- a/src/locate.h +++ b/src/locate.h @@ -54,13 +54,7 @@ locate_item_list_free(struct locate_item_list *list); gcc_pure gcc_nonnull(1,2) bool -locate_song_search(const struct song *song, - const struct locate_item_list *criteria); - -gcc_pure -gcc_nonnull(1,2) -bool -locate_song_match(const struct song *song, - const struct locate_item_list *criteria); +locate_list_song_match(const struct song *song, + const struct locate_item_list *criteria); #endif -- cgit v1.2.3