alias lws_plat_service_tsi to lws_service_tsi in public api
authorAndy Green <andy@warmcat.com>
Thu, 20 Oct 2016 01:09:56 +0000 (09:09 +0800)
committerAndy Green <andy@warmcat.com>
Fri, 16 Dec 2016 14:08:12 +0000 (22:08 +0800)
commitb46c401245f9739a7a68a2429d5e04cb68558907
treec5f75bd3260025004e281b96ea920b9ed0c87ece
parent3b93e344f6ddd084004929abe684a1dd42276973
alias lws_plat_service_tsi to lws_service_tsi in public api

Via Dosvald

lws_service_tsi() which has been around a while actually just
calls through to lws_plat_service_tsi(), meaning there is no
need to expose both apis.

Rename the internal lws_plat_service_tsi() to _lws_plat_service_tsi()
and replace the api export with a #define to lws_service_tsi for
compatibility's sake.
24 files changed:
doc/html/globals_func.html
doc/html/globals_l.html
doc/html/group__form-parsing.html
doc/html/group__sending-data.html
doc/html/group__service.html
doc/html/group__service.js
doc/html/group__smtp.html
doc/html/libwebsockets_8h.html
doc/html/libwebsockets_8h.js
doc/html/libwebsockets_8h_source.html
doc/html/navtreedata.js
doc/html/navtreeindex0.js
doc/html/navtreeindex1.js
doc/html/navtreeindex2.js
doc/html/navtreeindex3.js
doc/html/navtreeindex4.js
lib/libuv.c
lib/libwebsockets.h
lib/lws-plat-esp8266.c
lib/lws-plat-unix.c
lib/lws-plat-win.c
lib/private-libwebsockets.h
lib/service.c
test-server/test-server.c