diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index f5544b194..f39f33628 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -133,7 +133,6 @@ enum libwebsocket_callback_reasons { LWS_CALLBACK_SERVER_WRITEABLE, LWS_CALLBACK_HTTP, LWS_CALLBACK_HTTP_FILE_COMPLETION, - LWS_CALLBACK_BROADCAST, LWS_CALLBACK_FILTER_NETWORK_CONNECTION, LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION, LWS_CALLBACK_OPENSSL_LOAD_EXTRA_CLIENT_VERIFY_CERTS, @@ -389,10 +388,6 @@ struct libwebsocket_extension; * * LWS_CALLBACK_CLOSED: when the websocket session ends * - * LWS_CALLBACK_BROADCAST: signal to send to client (you would use - * libwebsocket_write() taking care about the - * special buffer requirements - * * LWS_CALLBACK_RECEIVE: data has appeared for this server endpoint from a * remote client, it can be found at *in and is * len bytes long diff --git a/libwebsockets-api-doc.html b/libwebsockets-api-doc.html index e6b424fcc..38f9e637f 100644 --- a/libwebsockets-api-doc.html +++ b/libwebsockets-api-doc.html @@ -613,12 +613,6 @@ a handshake with the remote server
when the websocket session ends-
-signal to send to client (you would use -libwebsocket_write taking care about the -special buffer requirements -
data has appeared for this server endpoint from a