X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=miscutil.h;h=8f7c137d22cd1f4a32f2fafff8a67f395a5ab37f;hb=ef48c7439a6041aa6148ccac53da507a75a24040;hp=7c5f7dffc6c148501964bfdef42a4d8e83a18ce1;hpb=e690b3f3dd296c4ff4740a6361eadb2b8a6ce396;p=privoxy.git 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