mailinfo: move check_header() after the helpers it uses
commit4f0f9d46c72f049c80c7cec0f321429ac2e49d11
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 00:44:21 +0000 (14 17:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:32:43 +0000 (21 15:32 -0700)
tree2b38b2990641906b3d3a540ad7388a67d6f2004d
parent9cc243f7a9b06fefb29cd8e4d91ecf97298c0cb5
mailinfo: move check_header() after the helpers it uses

This way, we can lose a forward decl for decode_header().

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mailinfo.c