From ee19446aaf2a119bc23fb90a13adf2bb084df67c Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Fri, 8 Feb 2019 01:27:47 +0300 Subject: [PATCH] fix wsDebugSend prototype --- code/espurna/config/prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *