urlmatch.h: use config_fn_t type
commite0f9a51c327b54216f85f4569ea54da8a5092802
authorGlen Choo <chooglen@google.com>
Wed, 28 Jun 2023 19:26:21 +0000 (28 19:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Jun 2023 21:06:38 +0000 (28 14:06 -0700)
tree1a243240d8afdcc036189efa7704c7736f6824c2
parent97eeeea2dc069a1fcb03db99ef3810ebe3056188
urlmatch.h: use config_fn_t type

These are actually used as config callbacks, so use the typedef-ed type
and make future refactors easier.

Signed-off-by: Glen Choo <chooglen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
urlmatch.h