ObjFW  Diff

Differences From Artifact [ba6bf4fd32]:

To Artifact [9442dc2216]:


71
72
73
74
75
76
77
78
79


80
81
82
83
84
71
72
73
74
75
76
77


78
79
80
81
82
83
84







-
-
+
+






- (instancetype)init OF_UNAVAILABLE;
@end

#ifdef __cplusplus
extern "C" {
#endif
extern OFString *OFDNSResolverErrorCodeDescription(
    OFDNSResolverErrorCode errorCode);
extern OFString *_OFDNSResolverErrorCodeDescription(
    OFDNSResolverErrorCode errorCode) OF_VISIBILITY_HIDDEN;
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END