ObjFW  Diff

Differences From Artifact [c2423fcac4]:

To Artifact [e6469ca335]:


16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#import "OFIRI.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFMutableIRI OFMutableIRI.h ObjFW/OFMutableIRI.h
 *
 * @brief A class for parsing IRIs as per RFC 3987 and accessing and modifying
 *	  parts of it.
 */
@interface OFMutableIRI: OFIRI
{
	OF_RESERVE_IVARS(OFMutableIRI, 4)
}

/**







|
|







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#import "OFIRI.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFMutableIRI OFMutableIRI.h ObjFW/OFMutableIRI.h
 *
 * @brief A class for parsing Internationalized Resource Identifiers as per
 *	  RFC 3987 and accessing and modifying parts of it.
 */
@interface OFMutableIRI: OFIRI
{
	OF_RESERVE_IVARS(OFMutableIRI, 4)
}

/**