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