Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / libpcap / dist / pcap-septel.h
blob93f888f3390925d899a62838dc8dd91e8c47a787
1 /* $NetBSD: pcap-septel.h,v 1.2 2014/11/19 19:33:30 christos Exp $ */
3 /*
4 * pcap-septel.c: Packet capture interface for Intel Septel card
6 * The functionality of this code attempts to mimic that of pcap-linux as much
7 * as possible. This code is only needed when compiling in the Intel/Septel
8 * card code at the same time as another type of device.
10 * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
11 * (+961 3 485343);
14 pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
15 int septel_findalldevs(pcap_if_t **devlistp, char *errbuf);