mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
remote-curl.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user