api rationalization: eliminate all libwebsocket[s]_ prefixes
authorAndy Green <andy.green@linaro.org>
Fri, 4 Dec 2015 03:08:32 +0000 (11:08 +0800)
committerAndy Green <andy.green@linaro.org>
Fri, 4 Dec 2015 03:08:32 +0000 (11:08 +0800)
commit4b85c1d4acac1719f8c137445bf877e5106a15a2
treeacac92d9184f9a6da40df5fec5e2678c5d3c1b15
parent6d417202332859e1be2d58d306987a51f424fdbd
api rationalization: eliminate all libwebsocket[s]_ prefixes

This nukes all the oldstyle prefixes except in the compatibility code.

struct libwebsockets becomes struct lws too.

The api docs are updated accordingly as are the READMEs that mention
those apis.

Signed-off-by: Andy Green <andy.green@linaro.org>
41 files changed:
README.coding.md
lib/client-handshake.c
lib/client-parser.c
lib/client.c
lib/context.c
lib/extension-deflate-frame.c
lib/extension-deflate-frame.h
lib/extension-deflate-stream.c
lib/extension-deflate-stream.h
lib/extension.c
lib/handshake.c
lib/header.c
lib/hpack.c
lib/http2.c
lib/libev.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/lws-plat-mbed3.c
lib/lws-plat-mbed3.cpp
lib/lws-plat-unix.c
lib/lws-plat-win.c
lib/output.c
lib/parsers.c
lib/pollfd.c
lib/private-libwebsockets.h
lib/server-handshake.c
lib/server.c
lib/service.c
lib/ssl-http2.c
lib/ssl.c
libwebsockets-api-doc.html
test-server/test-client.c
test-server/test-echo.c
test-server/test-fraggle.c
test-server/test-ping.c
test-server/test-server-dumb-increment.c
test-server/test-server-http.c
test-server/test-server-mirror.c
test-server/test-server-pthreads.c
test-server/test-server.c
test-server/test-server.h