Exclude FATFs from the Webserver project documentation. Rename the functions in the...
[pub/lufa.git] / Projects / Webserver / Lib / HTTPServerApp.h
index 91956ce..43ad5b1 100644 (file)
                #define HTTP_SERVER_PORT  80\r
 \r
        /* Function Prototypes: */\r
-               void WebserverApp_Init(void);\r
-               void WebserverApp_Callback(void);\r
+               void HTTPServerApp_Init(void);\r
+               void HTTPServerApp_Callback(void);\r
                \r
                #if defined(INCLUDE_FROM_HTTPSERVERAPP_C)\r
-                       static void Webserver_OpenRequestedFile(void);\r
-                       static void Webserver_SendResponseHeader(void);\r
-                       static void Webserver_SendMIMETypeHeader(void);\r
-                       static void Webserver_SendData(void);\r
+                       static void HTTPServerApp_OpenRequestedFile(void);\r
+                       static void HTTPServerApp_SendResponseHeader(void);\r
+                       static void HTTPServerApp_SendMIMETypeHeader(void);\r
+                       static void HTTPServerApp_SendData(void);\r
                #endif\r
                \r
 #endif\r