aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h')
-rw-r--r--Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h b/Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h
deleted file mode 100644
index 22bab81bf..000000000
--- a/Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef __APPS_CONF_H__
-#define __APPS_CONF_H__
-
- enum Webserver_States_t
- {
- WEBSERVER_STATE_SendHeaders,
- WEBSERVER_STATE_SendData,
- WEBSERVER_STATE_Closed,
- };
-
- typedef struct
- {
- uint8_t CurrentState;
- char* SendPos;
- } uip_tcp_appstate_t;
-
- #define UIP_APPCALL WebserverApp_Callback
- void UIP_APPCALL(void);
-
-#endif /*__APPS_CONF_H__*/