]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/darkplaces-src/lhnet.c
Update the darkplaces engine source
[voretournament/voretournament.git] / misc / source / darkplaces-src / lhnet.c
index cb87b6d319e2ae866f94ca9bf11d1856120aa9cd..c07866adaaf31cc039f58aac2179914fea24d956 100644 (file)
@@ -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;