mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
Jun-ichiro itojun Hagino's IPv6 adjustments
This commit is contained in:
parent
1ae5dab8fb
commit
f6e2bfd464
8 changed files with 369 additions and 16 deletions
|
|
@ -23,6 +23,11 @@
|
|||
* $Id$
|
||||
*****************************************************************************/
|
||||
|
||||
struct addrinfo;
|
||||
struct addrinfo *Curl_getaddrinfo(struct UrlData *data,
|
||||
char *hostname,
|
||||
int port);
|
||||
|
||||
struct hostent *Curl_gethost(struct UrlData *data,
|
||||
char *hostname,
|
||||
char **bufp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue