X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sort.h;h=fd9efa03dd9e0f5be89aa23d71f56d43e23428d4;hp=65e8e883be860f2c6d407d8271e10c339e4360b4;hb=b934795055e8c16e6cb7c9687a4dce815cb300e6;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/sort.h b/sort.h index 65e8e88..fd9efa0 100644 --- a/sort.h +++ b/sort.h @@ -31,11 +31,8 @@ typedef int sort_t (const void *, const void *); sort_t *mutt_get_sort_func (int); -void mutt_clear_threads (CONTEXT *); void mutt_sort_headers (CONTEXT *, int); -void mutt_sort_threads (CONTEXT *, int); int mutt_select_sort (int); -THREAD *mutt_sort_subthreads (THREAD *, int); WHERE short BrowserSort INITVAL (SORT_SUBJECT); WHERE short Sort INITVAL (SORT_DATE); @@ -45,5 +42,5 @@ WHERE short SortAlias INITVAL (SORT_ALIAS); /* FIXME: This one does not belong to here */ WHERE short PgpSortKeys INITVAL (SORT_ADDRESS); -#include "mapping.h" +#include extern const struct mapping_t SortMethods[];