From 2ff695504650f164f5131f4d19f8add15888ff51 Mon Sep 17 00:00:00 2001 From: Patrick Gansterer Date: Wed, 26 Feb 2014 18:51:05 +0100 Subject: [PATCH] Add missing LWS_VISIBLE to libwebsocket_set_timeout() This aligns it with the style of all other function declarations. --- lib/libwebsockets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index aa427838..b3c7f082 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -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);