From: Adam Dickmeiss Date: Tue, 16 Jul 2013 12:40:37 +0000 (+0200) Subject: Make perform_getaddrinfo static X-Git-Tag: v1.6.33~17 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=4c7509d1e7e847b0d81af123f630756df0b265b4 Make perform_getaddrinfo static --- diff --git a/src/getaddrinfo.c b/src/getaddrinfo.c index 97a3c1e..a815e33 100644 --- a/src/getaddrinfo.c +++ b/src/getaddrinfo.c @@ -65,7 +65,7 @@ struct work { static int log_level = YLOG_LOG; -void perform_getaddrinfo(struct work *w) +static void perform_getaddrinfo(struct work *w) { struct addrinfo hints, *res; char host[512], *cp;