modified by ohneta

Dependencies:   ESP8266

Dependents:   HelloESP8266Interface_mine

Fork of ESP8266Interface by NetworkSocketAPI

Revision:
26:6e36dd3cec3f
Parent:
24:37504440f296
Parent:
25:91c4e9d34b77
Child:
30:fd77d067f5ab
--- a/ESP8266Interface.h	Sun Jul 26 21:53:45 2015 +0000
+++ b/ESP8266Interface.h	Mon Jul 27 15:25:53 2015 +0000
@@ -19,6 +19,7 @@
 
 #include "WiFiInterface.h"
 #include "ESP8266.h"
+#include "DnsQuery.h"
 
 /** ESP8266Socket class.
     This is a ESP8266 implementation of a socket that implements the SocketInterface class.
@@ -72,6 +73,7 @@
     virtual int32_t isConnected(void) ;
     virtual SocketInterface *allocateSocket(socket_protocol_t socketProtocol) ;
     virtual int deallocateSocket(SocketInterface *socket) ;
+    void getHostByName(const char *name, char* hostIP);
     
 private:
     ESP8266 esp8266;