ObjFW  Diff

Differences From Artifact [c4f3672d40]:

To Artifact [44155f32ea]:


15
16
17
18
19
20
21
22

23
24
25
26
15
16
17
18
19
20
21

22

23
24
25







-
+
-




#import "OFUDPSocket.h"

OF_ASSUME_NONNULL_BEGIN

OF_DIRECT_MEMBERS
@interface OFUDPSocket ()
- (uint16_t)of_bindToAddress: (OFSocketAddress *)address
- (void)of_bindToAddress: (OFSocketAddress *)address extraType: (int)extraType;
		   extraType: (int)extraType;
@end

OF_ASSUME_NONNULL_END