From 5a157c871ce88917cde5cf1e96490042115f4aa0 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 10 Aug 2016 16:09:09 +0300 Subject: [PATCH] evutil: mark ai_find_protocol() static (prototype-less) --- evutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evutil.c b/evutil.c index 7339d610..1e8ef7bd 100644 --- a/evutil.c +++ b/evutil.c @@ -1238,7 +1238,7 @@ static int tested_for_getaddrinfo_hacks=0; field set to 0. We test for this so we can apply an appropriate workaround. */ -struct evutil_addrinfo *ai_find_protocol(struct evutil_addrinfo *ai) +static struct evutil_addrinfo *ai_find_protocol(struct evutil_addrinfo *ai) { while (ai) { if (ai->ai_protocol) -- 2.40.0