This library is deprecated.

Dependents:   HTTPClientStreamingExample HTTPClientExample HTTPServerExample HTTPServerHelloWorld ... more

Revision:
3:0401477beaa3
Parent:
1:ba68cceb2917
--- 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;
 };