quote.c: mark file-local function static
[gitweb.git] / remote-curl.c
index 28b2a316d3dfdd595b055623942afd1681697a67..b76dcb2e887efd5fdc977a1afb2f57500e5a9c8a 100644 (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;