diff options
Diffstat (limited to 'src/locate.h')
-rw-r--r-- | src/locate.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/locate.h b/src/locate.h index d0083a426..0f1bd1a64 100644 --- a/src/locate.h +++ b/src/locate.h @@ -70,11 +70,11 @@ void locate_item_free(struct locate_item *item); bool -locate_song_search(const struct song *song, int numItems, - const struct locate_item *items); +locate_song_search(const struct song *song, + const struct locate_item_list *criteria); bool -locate_song_match(const struct song *song, int numItems, - const struct locate_item *items); +locate_song_match(const struct song *song, + const struct locate_item_list *criteria); #endif |