1
0
Fork 0
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:
Patrick Gansterer 2014-02-26 18:51:05 +01:00 committed by Andy Green
parent 0f3e41373b
commit 2ff6955046

View file

@ -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);