Add a TELNET server to the webserver project, which currently can list active TCP...
[pub/USBasp.git] / Projects / Webserver / Lib / uIPManagement.h
index 57a1393..1e7ffd0 100644 (file)
@@ -43,8 +43,9 @@
                #include <uip_arp.h>\r
                #include <timer.h>\r
                \r
-               #include "Lib/DHCPApp.h"\r
+               #include "Lib/DHCPClientApp.h"\r
                #include "Lib/HTTPServerApp.h"\r
+               #include "Lib/TELNETServerApp.h"\r
                \r
        /* Macros: */\r
                /** IP address that the webserver should use once connected to a RNDIS device (when DHCP is disabled). */\r
@@ -64,6 +65,8 @@
        /* Function Prototypes: */\r
                void uIPManagement_Init(void);\r
                void uIPManagement_ManageNetwork(void);\r
+               void uIPManagement_TCPCallback(void);\r
+               void uIPManagement_UDPCallback(void);\r
                \r
                #if defined(INCLUDE_FROM_UIPMANAGEMENT_C)\r
                        static void uIPManagement_ProcessIncommingPacket(void);\r