Add static coffee file system to webserver

This commit is contained in:
dak664 2009-07-23 16:16:07 +00:00
parent c1b7375a5a
commit 928bbc206a
9 changed files with 442 additions and 222 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the uIP TCP/IP stack.
*
* $Id: httpd.h,v 1.2 2009/06/19 17:11:28 dak664 Exp $
* $Id: httpd.h,v 1.3 2009/07/23 16:16:07 dak664 Exp $
*
*/
@ -59,6 +59,5 @@ struct httpd_state {
void httpd_init(void);
void httpd_appcall(void *state);
void memcpy_P_trim(char *toram, char *fromflash);
#endif /* __HTTPD_H__ */