-
- Downloads
api rationalization eliminate oldstyle internal api names
Between changing to lws_ a few years ago and the previous two
patches migrating the public apis, there are only a few
internal functions left using libwebsocket_*.
Change those to also use lws_ without regard to compatibility
since they were never visible outside the library.
Signed-off-by:
Andy Green <andy.green@linaro.org>
Showing
- lib/client-handshake.c 1 addition, 1 deletionlib/client-handshake.c
- lib/client-parser.c 1 addition, 1 deletionlib/client-parser.c
- lib/client.c 14 additions, 14 deletionslib/client.c
- lib/context.c 1 addition, 1 deletionlib/context.c
- lib/handshake.c 2 additions, 3 deletionslib/handshake.c
- lib/hpack.c 1 addition, 1 deletionlib/hpack.c
- lib/http2.c 2 additions, 2 deletionslib/http2.c
- lib/libev.c 4 additions, 4 deletionslib/libev.c
- lib/libwebsockets.c 4 additions, 4 deletionslib/libwebsockets.c
- lib/lws-plat-mbed3.cpp 1 addition, 1 deletionlib/lws-plat-mbed3.cpp
- lib/output.c 2 additions, 2 deletionslib/output.c
- lib/parsers.c 3 additions, 3 deletionslib/parsers.c
- lib/private-libwebsockets.h 13 additions, 13 deletionslib/private-libwebsockets.h
- lib/server-handshake.c 1 addition, 1 deletionlib/server-handshake.c
- lib/server.c 11 additions, 11 deletionslib/server.c
- lib/service.c 3 additions, 3 deletionslib/service.c
- lib/ssl.c 2 additions, 2 deletionslib/ssl.c
Loading
Please register or sign in to comment