X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_http.h;h=4ca9eb78fd9c5a801ec958bb3265ae4270dd9a18;hb=b30ca67e54f665181d85a49bff3af2862e86601e;hp=88ec1bf74396b1e236f3708faadd46dd661bb153;hpb=567b81d9dd3bd0a0cd8df4a3d464b3273576fe73;p=bertos.git diff --git a/bertos/hw/hw_http.h b/bertos/hw/hw_http.h index 88ec1bf7..4ca9eb78 100644 --- a/bertos/hw/hw_http.h +++ b/bertos/hw/hw_http.h @@ -46,4 +46,7 @@ extern const size_t http_file_not_found_len; extern const char http_sd_not_present[]; extern const size_t http_sd_not_present_len; +extern const char http_server_error[]; +extern const size_t http_server_error_len; + #endif /* HW_HTTP_H */