remote-curl.c: mark file-local function static

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2010-01-11 22:30:36 -08:00
parent 87b29e5a5a
commit 5092d3ec21
1 changed files with 1 additions and 1 deletions

View File

@ -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;