diff --git a/targets.h b/targets.h index 0c055a6c2..4bb0734ba 100644 --- a/targets.h +++ b/targets.h @@ -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 */