X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..0ca86972afbf27082baed26631273e0fc78e8c6b:/thread.c diff --git a/thread.c b/thread.c index 3612a3c..957acc0 100644 --- a/thread.c +++ b/thread.c @@ -568,7 +568,7 @@ void mutt_clear_threads (CONTEXT *ctx) hash_destroy (&ctx->thread_hash, *free); } -int compare_threads (const void *a, const void *b) +static int compare_threads (const void *a, const void *b) { static sort_t *sort_func = NULL;