X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d11ed10c5314c44dc01c06954d1d73d4894cbff8..a7aaa45ec4c3f415bf6073a5cc016635d5ecf77d:/Projects/Webserver/Lib/uIPManagement.h diff --git a/Projects/Webserver/Lib/uIPManagement.h b/Projects/Webserver/Lib/uIPManagement.h index 24881556b..90b47ede9 100644 --- a/Projects/Webserver/Lib/uIPManagement.h +++ b/Projects/Webserver/Lib/uIPManagement.h @@ -33,18 +33,20 @@ * Header file for uIPManagement.c. */ -#ifndef _UIPMANAGEMENT_H_ -#define _UIPMANAGEMENT_H_ +#ifndef _UIP_MANAGEMENT_H_ +#define _UIP_MANAGEMENT_H_ /* Includes: */ #include #include #include + #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 +66,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