11#ifndef MYMPD_LIB_SEARCH_H
12#define MYMPD_LIB_SEARCH_H
struct t_list * parse_search_expression_to_list(const char *expression, enum search_type type)
Definition search.c:95
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:276
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:174
search_type
Definition search.h:24
void free_search_expression_list(struct t_list *expr_list)
Definition search.c:160
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:367
Custom libmpdclient include.