diff --git a/code/espurna/config/prototypes.h b/code/espurna/config/prototypes.h index b8c01ec3..26a146db 100644 --- a/code/espurna/config/prototypes.h +++ b/code/espurna/config/prototypes.h @@ -194,7 +194,7 @@ void webRequestRegister(web_request_callback_f callback); typedef std::function ws_on_receive_callback_f; void wsOnReceiveRegister(ws_on_receive_callback_f callback); - bool wsDebugSend(const char*); + bool wsDebugSend(const char*, const char*); #else #define ws_on_send_callback_f void * #define ws_on_action_callback_f void *