1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove non used lookup_cached_host, add whiteline between method definitions

This commit is contained in:
gio
2015-07-30 06:27:50 +00:00
parent 18b6b9c350
commit 30b63ffa68
2 changed files with 9 additions and 13 deletions

View File

@@ -305,7 +305,6 @@ public:
}
void nmap_mass_rdns(Target ** targets, int num_targets);
int lookup_cached_host(const struct sockaddr_storage * ip, char * name, size_t maxlen);
std::list<std::string> get_dns_servers();