Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / curl_addrinfo.h
index 4ef8827..6d2b753 100644 (file)
@@ -79,10 +79,6 @@ Curl_ip2addr(int af, const void *inaddr, const char *hostname, int port);
 
 Curl_addrinfo *Curl_str2addr(char *dotted, int port);
 
-#ifdef USE_UNIX_SOCKETS
-Curl_addrinfo *Curl_unix2addr(const char *path);
-#endif
-
 #if defined(CURLDEBUG) && defined(HAVE_FREEADDRINFO)
 void
 curl_dofreeaddrinfo(struct addrinfo *freethis,