diff options
Diffstat (limited to 'src/locate.h')
-rw-r--r-- | src/locate.h | 10 |
1 files changed, 2 insertions, 8 deletions
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 |