@@ -235,5 +235,13 @@ * * @return Whether the socket is a listening socket */ - (BOOL)isListening; @end + +#ifdef __cplusplus +extern "C" { +#endif +extern Class of_tls_socket_class; +#ifdef __cplusplus +} +#endif