123

Revision:
18:8d5738a6646e
Parent:
9:a156d3de5647
--- a/DnsClient.h	Fri Jun 05 15:21:49 2020 +0000
+++ b/DnsClient.h	Thu Jul 23 15:30:54 2020 +0000
@@ -30,7 +30,7 @@
     int         getHostByName(const char* aHostname, IpAddress& aResult);
 protected:
     uint16_t    buildRequest(const char* aName);
-    int16_t     processResponse(uint16_t aTimeout, IpAddress& aAddress);
+    int16_t     processResponse(time_t aTimeout, IpAddress& aAddress);
 
     IpAddress   iDNSServer;
     uint16_t    iRequestId;