Reverted raven changes, which are now in the raven-webserver directory

This commit is contained in:
adamdunkels 2008-10-14 11:07:57 +00:00
parent 47a46ded91
commit 28d52894a0
9 changed files with 214 additions and 387 deletions

View file

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: httpd-fs.h,v 1.2 2008/10/14 09:40:11 julienabeille Exp $
* $Id: httpd-fs.h,v 1.3 2008/10/14 11:07:57 adamdunkels Exp $
*/
#ifndef __HTTPD_FS_H__
#define __HTTPD_FS_H__
@ -39,8 +39,6 @@
#define HTTPD_FS_STATISTICS 1
#include <avr/pgmspace.h>
struct httpd_fs_file {
char *data;
int len;
@ -58,8 +56,4 @@ u16_t httpd_fs_count(char *name);
void httpd_fs_init(void);
#define httpd_fs_cpy memcpy_P
#define httpd_fs_strchr strchr_P
#define httpd_fs_getchar(x) pgm_read_byte(x)
#endif /* __HTTPD_FS_H__ */