mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Fix a few more structs forward-declared as class.
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
class FingerPrintDB;
|
struct FingerPrintDB;
|
||||||
struct FingerMatch;
|
struct FingerMatch;
|
||||||
|
|
||||||
class NmapOps {
|
class NmapOps {
|
||||||
|
|||||||
@@ -134,8 +134,8 @@
|
|||||||
#include <list>
|
#include <list>
|
||||||
#include "timing.h"
|
#include "timing.h"
|
||||||
#include "tcpip.h"
|
#include "tcpip.h"
|
||||||
class FingerPrint;
|
struct FingerPrint;
|
||||||
class FingerTest;
|
struct FingerTest;
|
||||||
class FingerPrintResultsIPv4;
|
class FingerPrintResultsIPv4;
|
||||||
class Target;
|
class Target;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user