mirror of
https://github.com/nmap/nmap.git
synced 2026-02-12 00:16:35 +00:00
Merged nmap-dedup branch from nmap-exp/luis/nmap-dedup. This completes the Nmap/Nping code de-duplication phase.
This commit is contained in:
@@ -161,8 +161,6 @@ Target *nexthost(HostGroupState *hs, TargetGroup *exclude_group,
|
||||
struct scan_lists *ports, int pingtype);
|
||||
TargetGroup* load_exclude_file(FILE *fp);
|
||||
TargetGroup* load_exclude_string(const char *s);
|
||||
/* Read a single host specification from a file, as for -iL and --excludefile. */
|
||||
size_t read_host_from_file(FILE *fp, char *buf, size_t n);
|
||||
/* a debugging routine to dump an exclude list to stdout. */
|
||||
int dumpExclude(TargetGroup*exclude_group);
|
||||
/* Returns the last host obtained by nexthost. It will be given again the next
|
||||
|
||||
Reference in New Issue
Block a user