revert wrong fix visibility of return_http_status
authorAndy Green <andy.green@linaro.org>
Wed, 26 Feb 2014 23:19:21 +0000 (07:19 +0800)
committerAndy Green <andy.green@linaro.org>
Wed, 26 Feb 2014 23:19:21 +0000 (07:19 +0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/server.c

index d45da33..4547a34 100644 (file)
@@ -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)
 {