mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() This has no effect on user code or backward compatibility. It moves the in-tree public api header libwebsockets.h from ./lib to ./include, and introduces a dir ./include/libwebsockets/ The single public api header is split out into 31 sub-headers in ./include/libwebsockets. ./include/libwebsockets.h contains some core types and platform adaptation code, but the rest of it is now 31 #include <libwebsockets/...> At install time, /usr/[local/]include/libwebsockets.h is installed as before, along now with the 31 sub-headers in ...include/libwebsockets/ There's no net effect on user code. But the api header is now much easier to maintain and study, with 31 topic-based sub headers. |
||
---|---|---|
.. | ||
acme-client | ||
generic-sessions | ||
generic-table | ||
ssh-base | ||
lwsws-logo.png | ||
protocol_client_loopback_test.c | ||
protocol_dumb_increment.c | ||
protocol_esp32_lws_group.c | ||
protocol_esp32_lws_ota.c | ||
protocol_esp32_lws_reboot_to_factory.c | ||
protocol_esp32_lws_scan.c | ||
protocol_lws_mirror.c | ||
protocol_lws_raw_test.c | ||
protocol_lws_server_status.c | ||
protocol_lws_sshd_demo.c | ||
protocol_lws_status.c | ||
protocol_post_demo.c | ||
server-status.html |