mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
parent
ae5e57c304
commit
06eb208126
7 changed files with 52 additions and 18 deletions
|
|
@ -42,8 +42,12 @@ typedef enum {
|
|||
IF2IP_FOUND = 2 /* The address has been stored in "buf" */
|
||||
} if2ip_result_t;
|
||||
|
||||
if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope,
|
||||
unsigned int local_scope_id, const char *interf,
|
||||
if2ip_result_t Curl_if2ip(int af,
|
||||
#ifdef ENABLE_IPV6
|
||||
unsigned int remote_scope,
|
||||
unsigned int local_scope_id,
|
||||
#endif
|
||||
const char *interf,
|
||||
char *buf, int buf_size);
|
||||
|
||||
#ifdef __INTERIX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue