Serves a webpage and saves the user entered data in a .txt file all on the MBED
Fork of EthernetNetIf by
Diff: LPC2368/if/lwip/lwipNetDnsRequest.h
- Revision:
- 3:0401477beaa3
- Parent:
- 1:ba68cceb2917
diff -r eb30029f2fe0 -r 0401477beaa3 LPC2368/if/lwip/lwipNetDnsRequest.h --- a/LPC2368/if/lwip/lwipNetDnsRequest.h Fri Jun 18 09:34:41 2010 +0000 +++ b/LPC2368/if/lwip/lwipNetDnsRequest.h Fri Jun 18 10:28:59 2010 +0000 @@ -61,8 +61,6 @@ //Static callbacks : Transforms into a C++ callback static void sFoundCb(const char *name, ip_addr_t *ipaddr, void *arg); - static void dnsTick(); - bool m_closing; };