1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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

@@ -133,7 +133,8 @@
#ifndef NMAP_OPS_H
#define NMAP_OPS_H
#include "nmap.h"
#include "nmap.h" /* MAX_DECOYS */
#include "scan_lists.h"
#include "output.h"
#include <nsock.h>
#include <string>