ObjFW  Diff

Differences From Artifact [125e92a3e8]:

  • File src/OFINIFileSettings.h — part of check-in [e7ab06503c] at 2022-09-28 21:40:00 on branch trunk — Rename OFUR{L -> I} in preparation for URI support (user: js size: 736) [more...]

To Artifact [16dd11b5fd]:

  • File src/OFINIFileSettings.h — part of check-in [23272e6d43] at 2022-11-24 00:21:15 on branch trunk — Rename OFURI to OFIRI (user: js size: 736)

14
15
16
17
18
19
20
21
22


23
24
25
26

27
28
29
30
31
14
15
16
17
18
19
20


21
22
23
24
25

26
27
28
29
30
31







-
-
+
+



-
+





 */

#import "OFSettings.h"

OF_ASSUME_NONNULL_BEGIN

@class OFINIFile;
@class OFString;
@class OFURI;
@class OFIRI;
@class OFString;

@interface OFINIFileSettings: OFSettings
{
	OFURI *_fileURI;
	OFIRI *_fileIRI;
	OFINIFile *_INIFile;
}
@end

OF_ASSUME_NONNULL_END