Fix up the incomplete Webserver project so that it integrates with the uIP stack...
[pub/USBasp.git] / Projects / Incomplete / Webserver / Webserver.h
index ef17d4c..a2744b8 100644 (file)
 \r
 /** \file\r
  *\r
- *  Header file for RNDISEthernetHost.c.\r
+ *  Header file for Webserver.c.\r
  */\r
 \r
-#ifndef _RNDIS_HOST_H_\r
-#define _RNDIS_HOST_H_\r
+#ifndef _WEBSERVER_H_\r
+#define _WEBSERVER_H_\r
 \r
        /* Includes: */\r
                #include <avr/io.h>\r
@@ -54,6 +54,8 @@
                #include <uip_arp.h>\r
                #include <timer.h>\r
                \r
+               #include "Lib/WebserverApp.h"\r
+               \r
        /* Macros: */\r
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */\r
                #define LEDMASK_USB_NOTREADY      LEDS_LED1\r
@@ -74,7 +76,6 @@
                void SetupHardware(void);\r
                void ProcessIncommingPacket(void);\r
                void ManageConnections(void);\r
-               void TCPCallback(void);\r
        \r
                void EVENT_USB_Host_HostError(const uint8_t ErrorCode);\r
                void EVENT_USB_Host_DeviceAttached(void);\r