Skip to content

Commit

Permalink
remote-curl.c: mark file-local function static
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jan 12, 2010
1 parent 87b29e5 commit 5092d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote-curl.c
Expand Up @@ -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;

Expand Down

0 comments on commit 5092d3e

Please sign in to comment.