37 #include "contiki-net.h"
39 #define HTTPD_FS_STATISTICS 1
41 struct httpd_fs_file {
48 int httpd_fs_open(
const char *name,
struct httpd_fs_file *file);
50 #ifdef HTTPD_FS_STATISTICS
51 #if HTTPD_FS_STATISTICS == 1
52 uint16_t httpd_fs_count(
char *name);
56 void httpd_fs_init(
void);