11#ifndef MYMPD_LIB_SEARCH_H
12#define MYMPD_LIB_SEARCH_H
bool search_expression_album(const struct t_album *album, const struct t_list *expr_list, const struct t_mympd_mpd_tags *any_tag_types)
Definition search.c:261
void search_expression_free(struct t_list *expr_list)
Definition search.c:161
bool search_expression_song(const struct mpd_song *song, const struct t_list *expr_list, const struct t_mympd_mpd_tags *any_tag_types)
Definition search.c:175
struct t_list * search_expression_parse(const char *expression, enum search_type type)
Definition search.c:94
search_type
Definition search.h:24
bool search_expression_webradio(const struct t_webradio_data *webradio, const struct t_list *expr_list, const struct t_webradio_tags *any_tag_types)
Definition search.c:336
Custom libmpdclient include.