@@ -365,13 +365,14 @@ @end #ifdef __cplusplus extern "C" { #endif -extern bool of_url_is_ipv6_host(OFString *host); +extern bool OFURLIsIPv6Host(OFString *host); +extern void OFURLVerifyIsEscaped(OFString *, OFCharacterSet *); #ifdef __cplusplus } #endif OF_ASSUME_NONNULL_END #import "OFMutableURL.h"