mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Remove some Windows-only function prototypes that are obsolete. There are not
defined anywhere. void nmapwin_init(); void nmapwin_cleanup(); void nmapwin_list_interfaces(); int if2nameindex(int ifi);
This commit is contained in:
6
tcpip.cc
6
tcpip.cc
@@ -132,12 +132,6 @@ extern NmapOps o;
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include "pcap-int.h"
|
#include "pcap-int.h"
|
||||||
|
|
||||||
void nmapwin_init();
|
|
||||||
void nmapwin_cleanup();
|
|
||||||
void nmapwin_list_interfaces();
|
|
||||||
|
|
||||||
int if2nameindex(int ifi);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static PacketCounter PktCt;
|
static PacketCounter PktCt;
|
||||||
|
|||||||
Reference in New Issue
Block a user