fselect_sort_nothumb  267 modules/gui_fselect.c             extern int fselect_sort_nothumb(const void* v1, const void* v2);
fselect_sort_nothumb  268 modules/gui_fselect.c             qsort(sbuf, list->count, sizeof(fitem*), fselect_sort_nothumb);