From: Junio C Hamano Date: Tue, 12 Jan 2010 06:30:36 +0000 (-0800) Subject: remote-curl.c: mark file-local function static X-Git-Tag: v1.7.0-rc0~77^2~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5092d3ec21ab335e5908fd8abfe99bbc13812606;p=git.git remote-curl.c: mark file-local function static Signed-off-by: Junio C Hamano --- diff --git a/remote-curl.c b/remote-curl.c index 28b2a316d..b76dcb2e8 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -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;