1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

Fix windows compilation.

This commit is contained in:
Joakim Soderberg 2014-02-24 18:23:00 +01:00 committed by Andy Green
parent 86267d94ad
commit 7b7b7b2734

View file

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