connect: make parse_feature_value extern
commit84eca27aebeb11ce96441f957f2595c28d89fe36
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 25 May 2020 19:58:58 +0000 (25 19:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2020 17:07:06 +0000 (27 10:07 -0700)
tree2b51fdd7f46a167e56508cc3655378e48dac1381
parent82db03abbbce3cfe28f42a16a16c2b5723974954
connect: make parse_feature_value extern

We're going to be using this function in other files, so no longer mark
this function static.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
connect.c
connect.h