X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d11ed10c5314c44dc01c06954d1d73d4894cbff8..7ae91099e9b356d3f9fe14b41a53a6af1161690c:/Projects/Webserver/Lib/uIPManagement.h?ds=inline diff --git a/Projects/Webserver/Lib/uIPManagement.h b/Projects/Webserver/Lib/uIPManagement.h index 24881556b..825c5cdef 100644 --- a/Projects/Webserver/Lib/uIPManagement.h +++ b/Projects/Webserver/Lib/uIPManagement.h @@ -33,8 +33,8 @@ * Header file for uIPManagement.c. */ -#ifndef _UIPMANAGEMENT_H_ -#define _UIPMANAGEMENT_H_ +#ifndef _UIP_MANAGEMENT_H_ +#define _UIP_MANAGEMENT_H_ /* Includes: */ #include @@ -43,8 +43,9 @@ #include #include - #include "Lib/DHCPApp.h" + #include "Lib/DHCPClientApp.h" #include "Lib/HTTPServerApp.h" + #include "Lib/TELNETServerApp.h" /* Macros: */ /** IP address that the webserver should use once connected to a RNDIS device (when DHCP is disabled). */ @@ -64,9 +65,11 @@ /* Function Prototypes: */ void uIPManagement_Init(void); void uIPManagement_ManageNetwork(void); + void uIPManagement_TCPCallback(void); + void uIPManagement_UDPCallback(void); #if defined(INCLUDE_FROM_UIPMANAGEMENT_C) - static void uIPManagement_ProcessIncommingPacket(void); + static void uIPManagement_ProcessIncomingPacket(void); static void uIPManagement_ManageConnections(void); #endif