ObjFW  Diff

Differences From Artifact [b7146fe684]:

To Artifact [6decb7864f]:


338
339
340
341
342
343
344








345
346
347
348
/*!
 * @brief Returns the characters allowed in the fragment part of a URL.
 *
 * @return The characters allowed in the fragment part of a URL.
 */
+ (OFCharacterSet *)URLFragmentAllowedCharacterSet;
@end









OF_ASSUME_NONNULL_END

#import "OFMutableURL.h"







>
>
>
>
>
>
>
>




338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
/*!
 * @brief Returns the characters allowed in the fragment part of a URL.
 *
 * @return The characters allowed in the fragment part of a URL.
 */
+ (OFCharacterSet *)URLFragmentAllowedCharacterSet;
@end

#ifdef __cplusplus
extern "C" {
#endif
extern bool of_url_is_ipv6_host(OFString *host);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END

#import "OFMutableURL.h"