mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
lws_system: just define opaque struct instead of the typedef
This commit is contained in:
parent
a404f5e95a
commit
73252d94c5
1 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ struct lws_deferred_free
|
|||
void *payload;
|
||||
};
|
||||
|
||||
typedef struct lws_system_blob {
|
||||
struct lws_system_blob {
|
||||
union {
|
||||
struct lws_buflist *bl;
|
||||
struct {
|
||||
|
@ -283,7 +283,7 @@ typedef struct lws_system_blob {
|
|||
} direct;
|
||||
} u;
|
||||
char is_direct;
|
||||
} lws_system_blob_t;
|
||||
};
|
||||
|
||||
|
||||
typedef struct lws_attach_item {
|
||||
|
|
Loading…
Add table
Reference in a new issue