Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DnsQuery by
Diff: DnsQuery.h
- Revision:
- 4:3749346dcd59
- Parent:
- 3:5705fdae6185
- Child:
- 5:d85c1a7e0e9f
--- a/DnsQuery.h Thu Aug 27 14:33:07 2015 +0000
+++ b/DnsQuery.h Mon Feb 22 19:31:19 2016 -0600
@@ -45,10 +45,10 @@
bool parseRR(char *resp, int& c, char* adr );
protected:
- char* _dnsip;
+ const char* _dnsip;
char* _string_ip;
SocketInterface* socket;
};
-#endif // __DNSQUERY_H__
\ No newline at end of file
+#endif // __DNSQUERY_H__
