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:
david 2012-08-28 07:50:09 +00:00
parent 7a9e7c502e
commit 7baef46e3c
2 changed files with 281 additions and 288 deletions

View file

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