1 #ifndef IPFS_CHROMIUM_NULL_DNS_TXT_LOOKUP_H
2 #define IPFS_CHROMIUM_NULL_DNS_TXT_LOOKUP_H
4 #include "dns_txt_lookup.h"
10 void SendDnsTextRequest(std::string,
12 DnsTextCompleteCallback)
override;
Definition: dns_txt_lookup.h:11
std::function< void(std::vector< std::string > const &)> DnsTextResultsCallback
Definition: dns_txt_lookup.h:16
Definition: null_dns_txt_lookup.h:9