@@ -64,6 +64,13 @@ struct in_addr ss_data2; int8_t ss_data3[8]; }; #endif -extern bool of_init_sockets(void); +#ifdef __cplusplus +extern "C" { +#endif +extern bool of_socket_init(void); +extern int of_socket_errno(void); +#ifdef __cplusplus +} +#endif