aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpdclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpdclient.h')
-rw-r--r--src/mpdclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mpdclient.h b/src/mpdclient.h
index 016d1ba1b..89a2e6327 100644
--- a/src/mpdclient.h
+++ b/src/mpdclient.h
@@ -158,6 +158,9 @@ void mpdclient_playlist_callback(mpdclient_t *c, int event, gpointer data);
/*** filelist functions ***************************************************/
mpdclient_filelist_t *mpdclient_filelist_free(mpdclient_filelist_t *filelist);
mpdclient_filelist_t *mpdclient_filelist_get(mpdclient_t *c, gchar *path);
+mpdclient_filelist_t *mpdclient_filelist_search(mpdclient_t *c,
+ int table,
+ gchar *path);
mpdclient_filelist_t *mpdclient_filelist_update(mpdclient_t *c,
mpdclient_filelist_t *flist);