src/lib/secure_channel.h in trema-0.2.5 vs src/lib/secure_channel.h in trema-0.2.6

- old
+ new

@@ -23,10 +23,10 @@ #ifndef SECURE_CANNEL_H #define SECURE_CANNEL_H typedef void ( *connected_handler )( void ); -typedef void ( *disconnected_handler ) ( void ); +typedef void ( *disconnected_handler )( void ); bool init_secure_channel( uint32_t ip, uint16_t port, connected_handler connected_callback, disconnected_handler disconnected_callback ); bool finalize_secure_channel();