mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Whitespace.
This commit is contained in:
@@ -157,7 +157,7 @@ struct pingtech {
|
||||
/* Ports is the list of ports the user asked to be scanned (0 terminated),
|
||||
you can just pass NULL (it is only a stupid optimization that needs it) */
|
||||
Target *nexthost(HostGroupState *hs,const addrset *exclude_group,
|
||||
struct scan_lists *ports, int pingtype);
|
||||
struct scan_lists *ports, int pingtype);
|
||||
int load_exclude_file(addrset *exclude_group, FILE *fp);
|
||||
int load_exclude_string(addrset *exclude_group, const char *s);
|
||||
/* a debugging routine to dump an exclude list to stdout. */
|
||||
@@ -165,5 +165,5 @@ int dumpExclude(addrset *exclude_group);
|
||||
/* Returns the last host obtained by nexthost. It will be given again the next
|
||||
time you call nexthost(). */
|
||||
void returnhost(HostGroupState *hs);
|
||||
#endif /* TARGETS_H */
|
||||
|
||||
#endif /* TARGETS_H */
|
||||
|
||||
Reference in New Issue
Block a user