1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/include
Andy Green 8b6f2d5dba gcc4: conceal typedef in public header
Modern toolchains are fine with giving a typedef as a forward reference,
but gcc 4.3 can't cope with that and then seeing the real definition in the
.c later.

Just conceal the typedef and use the struct form for the forward reference
resolution type in the public header so even senior toolchains are happy.
2022-05-17 15:07:29 +01:00
..
libwebsockets gcc4: conceal typedef in public header 2022-05-17 15:07:29 +01:00
libwebsockets.h windows: mingw file type is int (v2) 2021-11-22 17:23:12 +00:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00