mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 19:09:01 +00:00
Add ifndef guards to prevent double-inclusion of headers
This commit is contained in:
@@ -123,6 +123,9 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef SCAN_ENGINE_RAW_H
|
||||
#define SCAN_ENGINE_RAW_H
|
||||
|
||||
#include "scan_engine.h"
|
||||
#include "Target.h"
|
||||
#include <vector>
|
||||
@@ -139,3 +142,5 @@ UltraProbe *sendIPScanProbe(UltraScanInfo *USI, HostScanStats *hss,
|
||||
bool get_arp_result(UltraScanInfo *USI, struct timeval *stime);
|
||||
bool get_ns_result(UltraScanInfo *USI, struct timeval *stime);
|
||||
bool get_pcap_result(UltraScanInfo *USI, struct timeval *stime);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user