mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix a few more structs forward-declared as class.
This commit is contained in:
parent
2056a30a76
commit
b99e76ec60
2 changed files with 3 additions and 3 deletions
|
|
@ -132,7 +132,7 @@
|
|||
#include <string>
|
||||
#include <map>
|
||||
|
||||
class FingerPrintDB;
|
||||
struct FingerPrintDB;
|
||||
struct FingerMatch;
|
||||
|
||||
class NmapOps {
|
||||
|
|
|
|||
|
|
@ -134,8 +134,8 @@
|
|||
#include <list>
|
||||
#include "timing.h"
|
||||
#include "tcpip.h"
|
||||
class FingerPrint;
|
||||
class FingerTest;
|
||||
struct FingerPrint;
|
||||
struct FingerTest;
|
||||
class FingerPrintResultsIPv4;
|
||||
class Target;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue