1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

lws_ctx_t

Let's start using a typedef for struct lws_context *, lws_ctx_t and
the convention to call it ctx.
This commit is contained in:
Andy Green 2020-09-29 06:54:15 +01:00
parent 90496da82e
commit 90a12db7ef

View file

@ -43,6 +43,7 @@ extern "C" {
/* place for one-shot opaque forward references */
typedef struct lws_context * lws_ctx_t;
struct lws_sequencer;
struct lws_dsh;