zephyr/samples/net/civetweb/websocket_server/include/websocket_server_handlers.h
Erwan Gouriou 82c614ac9d boards: Fix 2 liners copyright
Convert 2 lines copyright before this new format starts creating
the new in vogue style.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-11-26 13:51:04 +01:00

15 lines
328 B
C

/*
* Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __WEBSOCKET_SERVER_HANDLERS__
#define __WEBSOCKET_SERVER_HANDLERS__
#include "civetweb.h"
void init_websocket_server_handlers(struct mg_context *ctx);
#endif /* __WEBSOCKET_SERVER_HANDLERS__ */