1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a few more structs forward-declared as class.

This commit is contained in:
dmiller
2015-07-08 14:25:45 +00:00
parent 2056a30a76
commit b99e76ec60
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@
#include <string>
#include <map>
class FingerPrintDB;
struct FingerPrintDB;
struct FingerMatch;
class NmapOps {

View File

@@ -134,8 +134,8 @@
#include <list>
#include "timing.h"
#include "tcpip.h"
class FingerPrint;
class FingerTest;
struct FingerPrint;
struct FingerTest;
class FingerPrintResultsIPv4;
class Target;