summaryrefslogtreecommitdiff
path: root/pcap-canusb-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-canusb-linux.h')
-rw-r--r--pcap-canusb-linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-canusb-linux.h b/pcap-canusb-linux.h
index f03053acbed3..c8f3be1d9c65 100644
--- a/pcap-canusb-linux.h
+++ b/pcap-canusb-linux.h
@@ -32,6 +32,6 @@
/*
* Prototypes for SocketCAN related functions
*/
-pcap_t* canusb_create(const char *device, char *ebuf);
-int canusb_listdevices(pcap_if_t **pdevlist, char* errbuf);
+pcap_t* canusb_create(const char *device, char *ebuf, int *is_ours);
+int canusb_findalldevs(pcap_if_t **pdevlist, char* errbuf);