X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/a96d77eca77c84777de7ff289a5144fb0db94517..08e8d6393edeaf775b5c3fc3bf2a76e62698d129:/Projects/Webserver/Lib/HTTPServerApp.h diff --git a/Projects/Webserver/Lib/HTTPServerApp.h b/Projects/Webserver/Lib/HTTPServerApp.h index 91956ce07..43ad5b18c 100644 --- a/Projects/Webserver/Lib/HTTPServerApp.h +++ b/Projects/Webserver/Lib/HTTPServerApp.h @@ -68,14 +68,14 @@ #define HTTP_SERVER_PORT 80 /* Function Prototypes: */ - void WebserverApp_Init(void); - void WebserverApp_Callback(void); + void HTTPServerApp_Init(void); + void HTTPServerApp_Callback(void); #if defined(INCLUDE_FROM_HTTPSERVERAPP_C) - static void Webserver_OpenRequestedFile(void); - static void Webserver_SendResponseHeader(void); - static void Webserver_SendMIMETypeHeader(void); - static void Webserver_SendData(void); + static void HTTPServerApp_OpenRequestedFile(void); + static void HTTPServerApp_SendResponseHeader(void); + static void HTTPServerApp_SendMIMETypeHeader(void); + static void HTTPServerApp_SendData(void); #endif #endif