X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/f98fea86eed7ec533baba93c6a9b25b892ebdf92..cc3ca65d6519faf3a0e4609b5150757c14af36e9:/pcap-can-linux.h diff --git a/pcap-can-linux.h b/pcap-can-linux.h index 0c8f3b55..fe806ff9 100644 --- a/pcap-can-linux.h +++ b/pcap-can-linux.h @@ -32,4 +32,5 @@ /* * Prototypes for SocketCAN related functions */ -pcap_t* can_create(const char *device, char *ebuf); +pcap_t* can_create(const char *device, char *ebuf, int *is_ours); +int can_findalldevs(pcap_if_t **devlistp, char *errbuf);