ObjFW  Diff

Differences From Artifact [a70c21b56b]:

To Artifact [615516372e]:


23
24
25
26
27
28
29
30

31
32
33
34
23
24
25
26
27
28
29

30
31
32
33
34







-
+




#endif
extern int _OFTCPSocket_SOCKS5_reference;
#ifdef __cplusplus
}
#endif

@interface OFTCPSocket (SOCKS5)
- (void)OF_SOCKS5ConnectToHost: (OFString*)host
- (void)OF_SOCKS5ConnectToHost: (OFString *)host
			  port: (uint16_t)port;
@end

OF_ASSUME_NONNULL_END