1
0
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:
david
2010-06-07 18:42:17 +00:00
parent 3859e3dc64
commit 198282a9c3

View File

@@ -132,12 +132,6 @@ extern NmapOps o;
#ifdef WIN32
#include "pcap-int.h"
void nmapwin_init();
void nmapwin_cleanup();
void nmapwin_list_interfaces();
int if2nameindex(int ifi);
#endif
static PacketCounter PktCt;