1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Move scan lists structs and functions to scan_lists files.

This commit is contained in:
dmiller
2017-04-19 04:14:43 +00:00
parent 71f86bf2ec
commit 24f6cec25a
11 changed files with 13 additions and 490 deletions

View File

@@ -169,7 +169,7 @@
"think Solaris can support advanced localhost scans. You can probably "\
"use \"-Pn -sT localhost\" though.\n\n"
#include "nmap.h"
#include "scan_lists.h"
#ifndef NOLUA
#include "nse_main.h"
#endif