From: Azat Khuzhin Date: Wed, 10 Aug 2016 13:09:09 +0000 (+0300) Subject: evutil: mark ai_find_protocol() static (prototype-less) X-Git-Tag: release-2.1.6-beta~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a157c871ce88917cde5cf1e96490042115f4aa0;p=libevent evutil: mark ai_find_protocol() static (prototype-less) --- 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)