39 #include "contiki-net.h"
42 #ifndef HTTPD_CONF_CGI
43 #define HTTPD_CONF_CGI 1
45 #ifndef HTTPD_CONF_SCRIPT
46 #define HTTPD_CONF_SCRIPT 1
51 struct psock sin, sout;
61 struct httpd_fs_file file;
74 void httpd_init(
void);
75 void httpd_appcall(
void *state);