mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-06 04:05:03 +00:00
11 lines
210 B
C
11 lines
210 B
C
#ifndef __PCAP_HELPER_H__
|
|
#define __PCAP_HELPER_H__
|
|
|
|
#include <stdlib.h>
|
|
|
|
struct in_addr;
|
|
|
|
|
|
int get_adapter_index_from_addr(struct in_addr* netaddr, char *guid, size_t guid_len);
|
|
|
|
#endif /* __PCAP_HELPER_H__ */ |