ObjFW  Diff

Differences From Artifact [9f1517e8f1]:

To Artifact [c3a3175100]:


16
17
18
19
20
21
22
23


24
25
26
16
17
18
19
20
21
22

23
24
25
26
27







-
+
+



 */

#import "OFUDPSocket.h"

OF_ASSUME_NONNULL_BEGIN

@interface OFUDPSocket ()
- (uint16_t)of_bindToAddress: (of_socket_address_t *)address;
- (uint16_t)of_bindToAddress: (of_socket_address_t *)address
		   extraType: (int)extraType;
@end

OF_ASSUME_NONNULL_END