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 14027781cc lws_struct: conditional prototypes make trouble with visibility
Although the code is correct and the symbols should be defined, making some
prototypes conditional on cmake defines breaks their visibility when the
library is built.

They're conditional here to get around use of sqlite3 type in the prototypes
where we may not be including sqlite3 headers.  Replace the conditional with
a grauitous typedef as a forward ref, since it's only referred to via
pointer types.
2020-03-14 17:04:43 +00:00
..
libwebsockets lws_struct: conditional prototypes make trouble with visibility 2020-03-14 17:04:43 +00:00
libwebsockets.h client: secure streams 2020-03-04 12:17:49 +00:00