}
#ifdef _WIN32
-char *
-pcap_lookupdev(char *errbuf)
+int
+pcap_lookupnet(const char *device _U_, bpf_u_int32 *netp _U_,
+ bpf_u_int32 *maskp _U_, char *errbuf)
{
(void)strlcpy(errbuf, nosup, PCAP_ERRBUF_SIZE);
- return (NULL);
+ return (-1);
}
#endif