From 83725d8cd40cae9f8f79ffdd1c07d1451a6bc1bb Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 27 Feb 2014 07:19:21 +0800 Subject: [PATCH] revert wrong fix visibility of return_http_status Signed-off-by: Andy Green --- lib/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server.c b/lib/server.c index d45da333..4547a34e 100644 --- a/lib/server.c +++ b/lib/server.c @@ -456,7 +456,7 @@ static const char *err500[] = { * Helper to report HTTP errors back to the client cleanly and * consistently */ -LWS_VISIBLE LWS_EXTERN int libwebsockets_return_http_status( +LWS_VISIBLE int libwebsockets_return_http_status( struct libwebsocket_context *context, struct libwebsocket *wsi, unsigned int code, const char *html_body) {