lwip-contrib-mac/ports/win32/pcap_helper.h

11 lines
210 B
C
Raw Normal View History

#ifndef __PCAP_HELPER_H__
#define __PCAP_HELPER_H__
#include <stdlib.h>
2010-03-09 16:00:21 +00:00
struct in_addr;
int get_adapter_index_from_addr(struct in_addr* netaddr, char *guid, size_t guid_len);
#endif /* __PCAP_HELPER_H__ */