1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 20:39:02 +00:00

Split string pool functions into separate file from osscan.cc

This commit is contained in:
dmiller
2020-01-16 19:12:57 +00:00
parent 69e310c7b8
commit dd0ace6d4a
7 changed files with 367 additions and 87 deletions

View File

@@ -140,6 +140,7 @@
#include "linear.h"
#include "FPModel.h"
#include "tcpip.h"
#include "string_pool.h"
extern NmapOps o;
#ifdef WIN32
/* Need DnetName2PcapName */