Add missing LWS_VISIBLE to libwebsocket_set_timeout()
authorPatrick Gansterer <paroga@paroga.com>
Wed, 26 Feb 2014 17:51:05 +0000 (18:51 +0100)
committerAndy Green <andy.green@linaro.org>
Thu, 27 Feb 2014 12:46:38 +0000 (20:46 +0800)
This aligns it with the style of all other function declarations.

lib/libwebsockets.h

index aa42783..b3c7f08 100644 (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);