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

Whitespace.

This commit is contained in:
david
2011-12-13 03:02:00 +00:00
parent efc1a228f2
commit 0104f2a911

View File

@@ -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 */