NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
3:95e0bc00a1bb
Parent:
2:a4f97773c90f
--- a/if/lwip/lwipNetDnsRequest.h	Fri Jun 18 09:22:54 2010 +0000
+++ b/if/lwip/lwipNetDnsRequest.h	Fri Jun 18 10:38:57 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;
 };