mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Use more automatic memory management in nmap_dns.cc.
This commit is contained in:
@@ -98,7 +98,4 @@ class Target;
|
||||
void nmap_mass_rdns(Target ** targets, int num_targets);
|
||||
const char *lookup_cached_host(u32 ip);
|
||||
|
||||
void free_dns_servers();
|
||||
void free_etchosts();
|
||||
|
||||
std::list<std::string> get_dns_servers();
|
||||
|
||||
Reference in New Issue
Block a user