Add missing eol-style properties to new source files.
[pub/USBasp.git] / Projects / Webserver / Lib / uip / uipopt.h
index c8d0cd2..244ce1d 100644 (file)
@@ -626,6 +626,8 @@ void uip_log(char *msg);
 #include <stdbool.h>
 #include <stdint.h>
 
+#include "timer.h"
+
 typedef uint8_t u8_t;
 typedef uint16_t u16_t;
 typedef uint32_t u32_t;
@@ -689,7 +691,7 @@ typedef union
                uint8_t  CurrentState;
                uint8_t  NextState;
                
-               char     FileName[50];
+               char     FileName[MAX_URI_LENGTH];
                FIL      FileHandle;
                bool     FileOpen;
                uint32_t ACKedFilePos;
@@ -716,8 +718,8 @@ typedef union
 {
        struct
        {
-               uint8_t CurrentState;
-               struct  uip_udp_conn* Connection;
+               uint8_t      CurrentState;
+               struct timer Timeout;
                
                struct
                {