credential: correct order of parameters for credential_match
commitbb987657690b447ae9162ef3a5841d26eb82d806
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Tue, 5 May 2020 01:39:06 +0000 (4 18:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 May 2020 05:56:33 +0000 (4 22:56 -0700)
tree54951abd95a4a658a5e03d431fcdd6425eed71f5
parent7f53583834f991eadcc371932e117317cb3c65c5
credential: correct order of parameters for credential_match

Since the beginning in 118250728e (credential: apply helper config,
2011-12-10), the declaration for that function used a different order
than the implementation.

All callers use the same order than the implementation, so update
the declaration in credential.h to match.

Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
credential.h