lwip-contrib-mac/ports/win32/pcap_helper.h
2010-03-09 16:00:21 +00:00

8 lines
182 B
C

#ifndef __PCAP_HELPER_H__
#define __PCAP_HELPER_H__
#include "arch/cc.h"
int get_adapter_index_from_addr(u32_t netaddr, char *guid, u32_t guid_len);
#endif /* __PCAP_HELPER_H__ */