From 7b7b7b2734ddea4cbee959b2588cd11fe54f4621 Mon Sep 17 00:00:00 2001 From: Joakim Soderberg Date: Mon, 24 Feb 2014 18:23:00 +0100 Subject: [PATCH] Fix windows compilation. --- lib/libwebsockets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index 1dedaead..aa427838 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -1050,7 +1050,7 @@ LWS_VISIBLE LWS_EXTERN int libwebsockets_serve_http_file_fragment(struct libwebsocket_context *context, struct libwebsocket *wsi); -LWS_VISIBLE int libwebsockets_return_http_status( +LWS_VISIBLE LWS_EXTERN int libwebsockets_return_http_status( struct libwebsocket_context *context, struct libwebsocket *wsi, unsigned int code, const char *html_body);