X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=miscutil.h;h=8f7c137d22cd1f4a32f2fafff8a67f395a5ab37f;hp=7c5f7dffc6c148501964bfdef42a4d8e83a18ce1;hb=340e476ff1d9a0c93410530600035e505d7da3c1;hpb=c83713758e9465e03ec3b0228c433e6f2d843352 diff --git a/miscutil.h b/miscutil.h index 7c5f7dff..8f7c137d 100644 --- a/miscutil.h +++ b/miscutil.h @@ -91,6 +91,8 @@ size_t privoxy_strlcat(char *destination, const char *source, size_t size); extern int privoxy_millisleep(unsigned milliseconds); extern struct tm *privoxy_gmtime_r(const time_t *time_spec, struct tm *result); +extern int host_is_ip_address(const char *host); + #if defined(__cplusplus) } #endif