ObjFW  Diff

Differences From Artifact [de5ad4004e]:

To Artifact [2905af2049]:


42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
 * The host part of the URL.
 */
@property (nonatomic, copy) OFString *host;

/*!
 * The port part of the URL.
 */
@property uint16_t port;

/*!
 * The user part of the URL.
 */
@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *user;

/*!







|







42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
 * The host part of the URL.
 */
@property (nonatomic, copy) OFString *host;

/*!
 * The port part of the URL.
 */
@property (nonatomic) uint16_t port;

/*!
 * The user part of the URL.
 */
@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *user;

/*!