mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Add missing LWS_VISIBLE to libwebsocket_set_timeout()
This aligns it with the style of all other function declarations.
This commit is contained in:
parent
0f3e41373b
commit
2ff6955046
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ enum pending_timeout {
|
|||
PENDING_TIMEOUT_HTTP_CONTENT,
|
||||
};
|
||||
|
||||
LWS_EXTERN void
|
||||
LWS_VISIBLE LWS_EXTERN void
|
||||
libwebsocket_set_timeout(struct libwebsocket *wsi,
|
||||
enum pending_timeout reason, int secs);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue