]> The Tcpdump Group git mirrors - libpcap/commitdiff
added missing ( to pcap-canusb-linux.h
authorMichael Richardson <[email protected]>
Mon, 3 Sep 2012 21:31:04 +0000 (17:31 -0400)
committerMichael Richardson <[email protected]>
Mon, 3 Sep 2012 21:31:04 +0000 (17:31 -0400)
pcap-canusb-linux.h

index a87b293c43fe8825c8aaa24511131eb85c2b5e6a..c8f3be1d9c65c84cd84c82fa9ca348c64c06fd02 100644 (file)
@@ -33,5 +33,5 @@
  * Prototypes for SocketCAN related functions
  */
 pcap_t* canusb_create(const char *device, char *ebuf, int *is_ours);
-int canusb_findalldevspcap_if_t **pdevlist, char* errbuf);
+int canusb_findalldevs(pcap_if_t **pdevlist, char* errbuf);