]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http.c: make finish_active_slot() and handle_curl_result() static
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2015 23:40:46 +0000 (15:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2015 19:00:52 +0000 (11:00 -0800)
commitb90a3d7b3275fdb23184dce7afc2aaeaaafb8886
treeccce82b00889aa5edc5726facd556f114867787b
parent563d4e59bd167fe2eecc5480e3841d878b1c8c2b
http.c: make finish_active_slot() and handle_curl_result() static

They used to be used directly by remote-curl.c for the smart-http
protocol. But they got wrapped by run_one_slot() in beed336 (http:
never use curl_easy_perform, 2014-02-18).  Any future users are
expected to follow that route.

Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c
http.h