From 198282a9c3971008ae54ec0936a9dc0b5d3c4ab6 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 7 Jun 2010 18:42:17 +0000 Subject: [PATCH] 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); --- tcpip.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tcpip.cc b/tcpip.cc index 7a9e71925..f83c6420b 100644 --- a/tcpip.cc +++ b/tcpip.cc @@ -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;