summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/netdev_pcap.h
blob: f4a3241d4e9a3fe0e27bf8d0fc7c3f92cce34679 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __NETDEV_H
#define __NETDEV_H

void init_pcap();
void deinit_pcap();

#endif