mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add a couple includes which are needed for Philip's nwe get_dns_servers function prototype
This commit is contained in:
parent
681296f2c8
commit
cdec5e8958
1 changed files with 3 additions and 0 deletions
|
|
@ -97,6 +97,9 @@
|
|||
|
||||
class Target;
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
void nmap_mass_rdns(Target ** targets, int num_targets);
|
||||
const char *lookup_cached_host(u32 ip);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue