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:
parent
90496da82e
commit
90a12db7ef
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue