Added incomplete MIDIToneGenerator project.
[pub/USBasp.git] / Projects / Webserver / Lib / HTTPServerApp.h
index d212cf2..47b8108 100644 (file)
@@ -51,7 +51,6 @@
                {\r
                        WEBSERVER_STATE_OpenRequestedFile, /**< Currently opening requested file */\r
                        WEBSERVER_STATE_SendResponseHeader, /**< Currently sending HTTP response headers to the client */\r
-                       WEBSERVER_STATE_SendMIMETypeHeader, /**< Currently sending HTTP MIME type header to the client */\r
                        WEBSERVER_STATE_SendData, /**< Currently sending HTTP page data to the client */\r
                        WEBSERVER_STATE_Closing, /**< Ready to close the connection to the client */\r
                        WEBSERVER_STATE_Closed, /**< Connection closed after all data sent */\r
@@ -76,7 +75,6 @@
                #if defined(INCLUDE_FROM_HTTPSERVERAPP_C)\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