aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filelist.h')
-rw-r--r--src/filelist.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/filelist.h b/src/filelist.h
index 81ff5a37c..3b33eb449 100644
--- a/src/filelist.h
+++ b/src/filelist.h
@@ -44,10 +44,9 @@ typedef struct filelist {
} mpdclient_filelist_t;
void
-mpdclient_filelist_free(struct filelist *filelist);
+filelist_free(struct filelist *filelist);
struct filelist_entry *
-mpdclient_filelist_find_song(struct filelist *flist,
- const struct mpd_song *song);
+filelist_find_song(struct filelist *flist, const struct mpd_song *song);
#endif