Updated for Contiki 2.0
This commit is contained in:
parent
db1587f346
commit
3f876d6fe2
2 changed files with 12 additions and 12 deletions
|
@ -13,8 +13,8 @@ extern const char http_crnl[3];
|
|||
extern const char http_index_html[12];
|
||||
extern const char http_404_html[10];
|
||||
extern const char http_referer[9];
|
||||
extern const char http_header_200[92];
|
||||
extern const char http_header_404[99];
|
||||
extern const char http_header_200[86];
|
||||
extern const char http_header_404[93];
|
||||
extern const char http_content_type_plain[29];
|
||||
extern const char http_content_type_html[28];
|
||||
extern const char http_content_type_css [27];
|
||||
|
@ -30,5 +30,5 @@ extern const char http_css[5];
|
|||
extern const char http_png[5];
|
||||
extern const char http_gif[5];
|
||||
extern const char http_jpg[5];
|
||||
extern const char http_text[5];
|
||||
extern const char http_text[6];
|
||||
extern const char http_txt[5];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue