Differences From Artifact [557a0e6c87]:
- File src/OFTCPSocket+SOCKS5.h — part of check-in [95db0335d8] at 2012-02-29 21:12:25 on branch 0.6 — \cond internal is not needed anymore. (user: js, size: 796) [annotate] [blame] [check-ins using] [more...]
To Artifact [24de21d750]:
- File src/OFTCPSocket+SOCKS5.h — part of check-in [c137da5e5b] at 2012-09-16 15:27:48 on branch trunk — Prefix all private methods with OF_. (user: js, size: 800) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
21 22 23 24 25 26 27 | #endif extern int _OFTCPSocket_SOCKS5_reference; #ifdef __cplusplus } #endif @interface OFTCPSocket (SOCKS5) | | | | 21 22 23 24 25 26 27 28 29 30 | #endif extern int _OFTCPSocket_SOCKS5_reference; #ifdef __cplusplus } #endif @interface OFTCPSocket (SOCKS5) - (void)OF_SOCKS5ConnectToHost: (OFString*)host port: (uint16_t)port; @end |