mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Style in idle_scan.{cc,h}.
astyle -a -p -H -s2 -m2 idle_scan.cc idle_scan.h with manual fixup.
This commit is contained in:
parent
7a9e7c502e
commit
7baef46e3c
2 changed files with 281 additions and 288 deletions
|
|
@ -110,6 +110,6 @@ class Target;
|
|||
port is received (those scans are in pos_scan). Super_scan
|
||||
includes scans such as FIN/XMAS/NULL/Maimon/UDP and IP Proto scans */
|
||||
void idle_scan(Target *target, u16 *portarray, int numports,
|
||||
char *proxy, const struct scan_lists * ports);
|
||||
char *proxy, const struct scan_lists *ports);
|
||||
|
||||
#endif /* IDLE_SCAN_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue