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.
Dependents: oldheating gps motorhome heating
Diff: udp/dns/dnsquery.h
- Revision:
 - 61:aad055f1b0d1
 - Parent:
 - 59:e0e556c8bd46
 - Child:
 - 171:f708d6776752
 
diff -r 1d8c7a1e7483 -r aad055f1b0d1 udp/dns/dnsquery.h --- a/udp/dns/dnsquery.h Sat Dec 16 14:39:50 2017 +0000 +++ b/udp/dns/dnsquery.h Thu Jan 11 17:38:21 2018 +0000 @@ -1,10 +1,13 @@ +#include <stdint.h> +#include <stdbool.h> + extern bool DnsQueryTrace; extern uint32_t DnsQueryIp4; extern char DnsQueryIp6[]; extern char DnsQueryName[]; -extern void DnsQueryMain(); +extern void DnsQueryMain(void); extern bool DnsQueryIsBusy;