summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webserver/httpd-fsdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/webserver/httpd-fsdata.h')
-rw-r--r--nuttx/netutils/webserver/httpd-fsdata.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/netutils/webserver/httpd-fsdata.h b/nuttx/netutils/webserver/httpd-fsdata.h
index a7ff24b6c..bc5a6659f 100644
--- a/nuttx/netutils/webserver/httpd-fsdata.h
+++ b/nuttx/netutils/webserver/httpd-fsdata.h
@@ -46,6 +46,10 @@
#include <sys/types.h>
#include <net/uip/uip.h>
+/****************************************************************************
+ * Public Types
+ ****************************************************************************/
+
struct httpd_fsdata_file
{
const struct httpd_fsdata_file *next;
@@ -59,7 +63,8 @@ struct httpd_fsdata_file
#endif /* HTTPD_FS_STATISTICS */
};
-struct httpd_fsdata_file_noconst {
+struct httpd_fsdata_file_noconst
+{
struct httpd_fsdata_file *next;
char *name;
char *data;