mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
fix visibility of return_http_status
From "DevYourWorld" on github https://github.com/warmcat/libwebsockets/issues/64#issuecomment-35720037 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
7f54e76f6d
commit
6afb19ac2c
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ static const char *err500[] = {
|
|||
* Helper to report HTTP errors back to the client cleanly and
|
||||
* consistently
|
||||
*/
|
||||
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