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

Revert r32528, was not tested on Windows

This commit is contained in:
dmiller
2013-11-27 13:32:05 +00:00
parent 8ab92b3214
commit 866db7eea3
34 changed files with 178 additions and 32 deletions

View File

@@ -123,8 +123,6 @@
/* $Id: nmap.h 6676 2008-01-12 22:39:34Z fyodor $ */
#ifndef NMAP_TRACEROUTE_H
#define NMAP_TRACEROUTE_H
#include "Target.h"
#include <vector>
@@ -132,4 +130,3 @@
int traceroute(std::vector<Target *> &Targets);
void traceroute_hop_cache_clear();
#endif /* NMAP_TRACEROUTE_H */