1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

Straighten out some headers and the (struct) addrset type

This commit is contained in:
dmiller
2018-11-01 04:34:59 +00:00
parent c223ec5c36
commit 27807aadb4
5 changed files with 17 additions and 25 deletions

View File

@@ -1769,7 +1769,7 @@ int nmap_main(int argc, char *argv[]) {
struct hostent *target = NULL;
time_t timep;
char mytime[128];
addrset exclude_group;
struct addrset exclude_group;
#ifndef NOLUA
/* Only NSE scripts can add targets */
NewTargets *new_targets = NULL;