X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fgetaddrinfo.c;h=a815e3334147025de2dae8a26353f49cf358ec79;hb=4c7509d1e7e847b0d81af123f630756df0b265b4;hp=97a3c1ef03730f9c1938ad06a0e558ea89e12053;hpb=0f1ac5c4fbf807a024511068aa3dd8f0eb0b9af7;p=pazpar2-moved-to-github.git 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;