ObjFW  Diff

Differences From Artifact [d3be3e515c]:

To Artifact [876405bbfe]:


404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
 * @brief Returns the characters allowed in the fragment part of an IRI.
 *
 * @return The characters allowed in the fragment part of an IRI.
 */
+ (OFCharacterSet *)IRIFragmentAllowedCharacterSet;
@end

#ifdef __cplusplus
extern "C" {
#endif
extern bool _OFIRIIsIPv6Host(OFString *host) OF_VISIBILITY_HIDDEN;
extern void _OFIRIVerifyIsEscaped(OFString *, OFCharacterSet *, bool)
    OF_VISIBILITY_HIDDEN;
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END

#import "OFMutableIRI.h"







<
<
<
<
<
<
<
<
<
<



404
405
406
407
408
409
410










411
412
413
 * @brief Returns the characters allowed in the fragment part of an IRI.
 *
 * @return The characters allowed in the fragment part of an IRI.
 */
+ (OFCharacterSet *)IRIFragmentAllowedCharacterSet;
@end











OF_ASSUME_NONNULL_END

#import "OFMutableIRI.h"