summaryrefslogtreecommitdiff
path: root/pcap-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-common.h')
-rw-r--r--pcap-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-common.h b/pcap-common.h
index 0c80ba326758..6ac5bcd264f9 100644
--- a/pcap-common.h
+++ b/pcap-common.h
@@ -21,5 +21,5 @@ extern int dlt_to_linktype(int dlt);
extern int linktype_to_dlt(int linktype);
-extern void swap_linux_usb_header(const struct pcap_pkthdr *hdr, u_char *buf,
- int header_len_64_bytes);
+extern void swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr,
+ u_char *data);