remote-curl.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
87b29e5a5a
commit
5092d3ec21
@ -317,7 +317,7 @@ static size_t rpc_out(void *ptr, size_t eltsize,
|
||||
}
|
||||
|
||||
#ifndef NO_CURL_IOCTL
|
||||
curlioerr rpc_ioctl(CURL *handle, int cmd, void *clientp)
|
||||
static curlioerr rpc_ioctl(CURL *handle, int cmd, void *clientp)
|
||||
{
|
||||
struct rpc_state *rpc = clientp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user