1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

Add LWS_VISIBLE to libwebsocket_set_timeout() so it can be used externally.

This commit is contained in:
Craig McQueen 2014-02-19 09:24:17 +11:00
parent a9e4787aee
commit 94e7cf277d

View file

@ -1608,7 +1608,7 @@ libwebsocket_callback_all_protocol(
* @secs: how many seconds
*/
void
LWS_VISIBLE void
libwebsocket_set_timeout(struct libwebsocket *wsi,
enum pending_timeout reason, int secs)
{