From 5db790a83176c566b9f8339262f9da346abd900b Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 10 Feb 2012 14:00:22 +0000 Subject: [PATCH] add a static to an unprototyped internal function to shut off warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11676 d7cf8633-e32d-0410-b094-e92efae38249 --- lhnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lhnet.c b/lhnet.c index cb87b6d3..c07866ad 100644 --- a/lhnet.c +++ b/lhnet.c @@ -154,7 +154,7 @@ int LHNETADDRESS_FromPort(lhnetaddress_t *vaddress, lhnetaddresstype_t addressty } #ifdef SUPPORTIPV6 -int LHNETADDRESS_Resolve(lhnetaddressnative_t *address, const char *name, int port) +static int LHNETADDRESS_Resolve(lhnetaddressnative_t *address, const char *name, int port) { char port_buff [16]; struct addrinfo hints; -- 2.39.2