diff options
Diffstat (limited to 'pcap-can-linux.h')
| -rw-r--r-- | pcap-can-linux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcap-can-linux.h b/pcap-can-linux.h index 0c8f3b551090..fe806ff93578 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); |
