From 90a12db7ef877150efefe18a22bfebc3a263af80 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Tue, 29 Sep 2020 06:54:15 +0100 Subject: [PATCH] lws_ctx_t Let's start using a typedef for struct lws_context *, lws_ctx_t and the convention to call it ctx. --- include/libwebsockets.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libwebsockets.h b/include/libwebsockets.h index e65f8d52f..841e0a697 100644 --- a/include/libwebsockets.h +++ b/include/libwebsockets.h @@ -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;