wpcap: Implement pcap_freealldevs.

This commit is contained in:
André Hentschel 2014-08-10 23:09:22 +02:00 committed by Alexandre Julliard
parent ca1aa1cfa2
commit b1c54557d7
2 changed files with 7 additions and 1 deletions

View File

@ -36,6 +36,12 @@ int CDECL wine_pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf)
return ret;
}
void CDECL wine_pcap_freealldevs(pcap_if_t *alldevs)
{
TRACE("(%p)\n", alldevs);
pcap_freealldevs(alldevs);
}
const char* CDECL wine_pcap_lib_version(void)
{
const char* ret = pcap_lib_version();

View File

@ -26,7 +26,7 @@
@ stub pcap_fileno
@ cdecl pcap_findalldevs(ptr str) wine_pcap_findalldevs
@ stub pcap_findalldevs_ex
@ stub pcap_freealldevs
@ cdecl pcap_freealldevs(ptr) wine_pcap_freealldevs
@ stub pcap_freecode
@ stub pcap_get_airpcap_handle
@ stub pcap_geterr