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:
parent
a9e4787aee
commit
e7fd8b199e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue