Code

mpdclient: moved compare_filelistentry() to filelist.c
[ncmpc.git] / src / filelist.h
index ee6e60610fa7fc01803a52b3252f5f1b792b6793..a0805d16bbf25921538f03bcb2fa95e3fb581187 100644 (file)
@@ -68,6 +68,10 @@ filelist_prepend(struct filelist *filelist, struct mpd_entity *entity);
 void
 filelist_move(struct filelist *filelist, struct filelist *from);
 
+gint
+compare_filelist_entry_path(gconstpointer filelist_entry1,
+                           gconstpointer filelist_entry2);
+
 /* Sorts the whole filelist, at the moment used by filelist_search */
 void
 filelist_sort_all(struct filelist *filelist, GCompareFunc compare_func);