Outsource default favicons

This commit is contained in:
2023-01-03 11:08:17 +01:00
parent e72cb57b4a
commit f7f245c931
11 changed files with 71 additions and 43 deletions

View File

@ -117,10 +117,7 @@ extern const http_status_msg http_status_messages[];
extern const int http_statuses_size;
extern const int http_status_messages_size;
extern const char http_error_doc[], http_error_icon[];
extern const char http_warning_doc[], http_warning_icon[];
extern const char http_success_doc[], http_success_icon[];
extern const char http_info_doc[], http_info_icon[];
extern const char http_error_doc[], http_warning_doc[], http_success_doc[], http_info_doc[];
void http_to_camel_case(char *str, int mode);