From e3b42caa5d39d084ba511aee43fada91e367ae3e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Sep 2008 16:22:44 +0200 Subject: filelist: drop "mpdclient" prefix The separate filelist library does not depend on mpdclient, so the prefix is superfluous. --- src/filelist.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/filelist.h') 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 -- cgit v1.2.3