Code

Implement a search-format configuration option (Mantis #4007)
[ncmpc.git] / src / mpdclient.h
index 8dab0936856b06d448e9d363558c01b9e91f5ef1..01294dbb48a1b8b3887a4e95a48f3506b46deaf0 100644 (file)
@@ -197,8 +197,10 @@ mpdclient_playlist_update_changes(struct mpdclient *c);
 bool
 mpdclient_filelist_add_all(struct mpdclient *c, struct filelist *fl);
 
-/* sort by list-format */
+/* sort by song format */
 gcc_pure
-gint compare_filelistentry_format(gconstpointer filelist_entry1, gconstpointer filelist_entry2);
+gint compare_filelistentry_format(gconstpointer filelist_entry1,
+                                 gconstpointer filelist_entry2,
+                                 const char *song_format);
 
 #endif