aboutsummaryrefslogtreecommitdiff
path: root/pcap-canusb-linux.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-05-30 06:41:26 +0000
committerXin LI <delphij@FreeBSD.org>2013-05-30 06:41:26 +0000
commit59ed76438047aa730b3a617abd873b84457fc4fd (patch)
treedcf9aa60c012e16ad8a4bb83641d382d572050f8 /pcap-canusb-linux.h
parent3ca61f8b14e648b24f10072d662c12fb35fc4b44 (diff)
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);