ObjFW  Diff

Differences From Artifact [63067c2093]:

To Artifact [0e7faecce0]:


371
372
373
374
375
376
377


378
379
380
381
382
383
384

/**
 * @brief Returns the characters allowed in the fragment part of a URI.
 *
 * @return The characters allowed in the fragment part of a URI.
 */
+ (OFCharacterSet *)URIFragmentAllowedCharacterSet;


@end

#ifdef __cplusplus
extern "C" {
#endif
extern bool OFURIIsIPv6Host(OFString *host);
extern void OFURIVerifyIsEscaped(OFString *, OFCharacterSet *);







>
>







371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386

/**
 * @brief Returns the characters allowed in the fragment part of a URI.
 *
 * @return The characters allowed in the fragment part of a URI.
 */
+ (OFCharacterSet *)URIFragmentAllowedCharacterSet;

+ (OFCharacterSet *)of_URIPathAllowedCharacterSetWithoutExclamationMark;
@end

#ifdef __cplusplus
extern "C" {
#endif
extern bool OFURIIsIPv6Host(OFString *host);
extern void OFURIVerifyIsEscaped(OFString *, OFCharacterSet *);