ObjFW  Diff

Differences From Artifact [557a0e6c87]:

To Artifact [24de21d750]:


21
22
23
24
25
26
27
28
29


30
21
22
23
24
25
26
27


28
29
30







-
-
+
+

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

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