1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

added get_dns_servers() to nmap_dns.cc/.h

This commit is contained in:
pgpickering
2008-08-21 09:24:35 +00:00
parent 3c9833b57c
commit a5b421e67c
2 changed files with 19 additions and 0 deletions

View File

@@ -103,3 +103,4 @@ const char *lookup_cached_host(u32 ip);
void free_dns_servers();
void free_etchosts();
std::list<std::string> get_dns_servers();