diff options
Diffstat (limited to 'libs/libcurl/src/hostip.h')
-rw-r--r-- | libs/libcurl/src/hostip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libcurl/src/hostip.h b/libs/libcurl/src/hostip.h index d178976aa1..28f3b84018 100644 --- a/libs/libcurl/src/hostip.h +++ b/libs/libcurl/src/hostip.h @@ -71,6 +71,8 @@ struct Curl_dns_entry { long inuse; }; +bool Curl_host_is_ipnum(const char *hostname); + /* * Curl_resolv() returns an entry with the info for the specified host * and port. |