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:
parent
86267d94ad
commit
321a7f4f3f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue